summaryrefslogtreecommitdiff
path: root/www/js/MonitorCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/MonitorCtrl.js')
-rw-r--r--www/js/MonitorCtrl.js16
1 files changed, 1 insertions, 15 deletions
diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js
index a44e4a95..d0d5a37e 100644
--- a/www/js/MonitorCtrl.js
+++ b/www/js/MonitorCtrl.js
@@ -30,21 +30,7 @@ angular.module('zmApp.controllers').controller('zmApp.MonitorCtrl', ['$ionicPopu
};
- //-----------------------------------------------------------------------
- // All we do here is create a new random val for the URL so the
- // image regenerates
- //-----------------------------------------------------------------------
- $scope.reloadView = function () {
- console.log("*** Refreshing Modal view ***");
- $rootScope.rand =Math.floor(Math.random() * (999999 - 111111 + 1)) + 111111;
- $scope.rand = Math.floor(Math.random() * (999999 - 111111 + 1)) + 111111;
- $ionicLoading.show({
- template: "refreshed view",
- noBackdrop: true,
- duration: 2000
- });
- };
-
+
//-----------------------------------------------------------------------