From fdc42fae48db0fef5fbdc9ef51a27d219aea3a72 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Fri, 26 Jun 2015 21:01:10 -0400 Subject: Deleted spurious files --- www/js/MonitorModalCtrl.js | 11 ----------- www/templates/filters.html | 5 ----- 2 files changed, 16 deletions(-) delete mode 100644 www/js/MonitorModalCtrl.js delete mode 100644 www/templates/filters.html diff --git a/www/js/MonitorModalCtrl.js b/www/js/MonitorModalCtrl.js deleted file mode 100644 index 11306e4c..00000000 --- a/www/js/MonitorModalCtrl.js +++ /dev/null @@ -1,11 +0,0 @@ -/* jshint -W041 */ -/* jslint browser: true*/ -/* global cordova,StatusBar,angular,console */ - -// controller for Modal Monitor View - -angular.module('zmApp.controllers').controller('zmApp.MonitorModalCtrl', ['$ionicPopup', '$scope', 'ZMDataModel', '$ionicSideMenuDelegate', '$ionicLoading', '$ionicModal', '$state', '$http', function ($ionicPopup,$scope, ZMDataModel, $ionicSideMenuDelegate, $ionicLoading, $ionicModal, $state, $http, $rootScope) { - - - -}]); diff --git a/www/templates/filters.html b/www/templates/filters.html deleted file mode 100644 index 4ada2315..00000000 --- a/www/templates/filters.html +++ /dev/null @@ -1,5 +0,0 @@ - - -

Filters

-
-
-- cgit v1.2.3