diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-06-26 21:01:10 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-06-26 21:01:10 -0400 |
| commit | fdc42fae48db0fef5fbdc9ef51a27d219aea3a72 (patch) | |
| tree | 9642de96569ec66ff28ad527c4e8f834e67c5dc5 /www | |
| parent | a5f2930e6a905db00271978d948bf0d1cc1ea65c (diff) | |
Deleted spurious files
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/MonitorModalCtrl.js | 11 | ||||
| -rw-r--r-- | www/templates/filters.html | 5 |
2 files changed, 0 insertions, 16 deletions
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 @@ -<ion-view view-title="Filters"> - <ion-content ng-controller="zmApp.FilterCtrl"> - <h1>Filters</h1> - </ion-content> -</ion-view> |
