diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-23 10:46:13 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-23 10:46:13 -0400 |
| commit | fe082f3850a0d26813ba74acacb9d1550e8d548d (patch) | |
| tree | 62a13f52a6119f026335668327da42180dc187f3 /www/js/EventModalCtrl.js | |
| parent | fe6545298f311891ecea3434f1b6a76e6ebd9987 (diff) | |
#354 removed debugs
Former-commit-id: d401ddff835299231a89af31dbb91e166c9f1263
Diffstat (limited to 'www/js/EventModalCtrl.js')
| -rw-r--r-- | www/js/EventModalCtrl.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index 078b22fe..ea664d76 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -543,7 +543,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro id: event.Frame[i-1].FrameId, img: fname, }); - console.log ("ALARM PUSHED " + fname); + //console.log ("ALARM PUSHED " + fname); } } else // push all frames { @@ -551,7 +551,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro id: event.Frame[i-1].FrameId, img: fname, }); - console.log ("PUSHED " + fname); + //console.log ("PUSHED " + fname); } } @@ -605,11 +605,11 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro $scope.slideIndex = $scope.mycarousel.index; $scope.slideLastIndex = $scope.slides.length - 1; - console.log ("URL TO DISPLAY " + url); + // console.log ("URL TO DISPLAY " + url); $rootScope.zmPopup = $ionicPopup.show({ - template: '<center>Frame: {{slideIndex+1}} / {{slideLastIndex+1}}</center><br/><img src="{{selectEventUrl}}" width="100%" /><br/>{{selectEventUrl}}', + template: '<center>Frame: {{slideIndex+1}} / {{slideLastIndex+1}}</center><br/><img src="{{selectEventUrl}}" width="100%" />', title: 'Select ' + (onlyAlarms ? 'Alarmed ' : '') + 'frame to save', subTitle: 'use left and right arrows to change', scope: $scope, |
