From 2c837a6adbbdbb5f062e1ad86c98738084d31fb2 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Fri, 26 Jun 2015 20:25:01 -0400 Subject: Added uglify/minify as part of build process (Note: console log is enabled - remember to disable it in release mode) --- www/js/MonitorCtrl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/MonitorCtrl.js') diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js index 2ae91b69..ee9605fc 100644 --- a/www/js/MonitorCtrl.js +++ b/www/js/MonitorCtrl.js @@ -285,8 +285,8 @@ angular.module('zmApp.controllers').controller('zmApp.MonitorCtrl', ['$ionicPopu // The status is provided by zmdc.pl // "not running", "pending", "running since", "Unable to connect" - - for (var i = 0; i < $scope.monitors.length; i++) { + var i; + for ( i = 0; i < $scope.monitors.length; i++) { (function (j) { $scope.monitors[j].Monitor.isRunningText = "..."; $scope.monitors[j].Monitor.isRunning = "..."; -- cgit v1.2.3