summaryrefslogtreecommitdiff
path: root/www/js/MontageCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/MontageCtrl.js')
-rw-r--r--www/js/MontageCtrl.js10
1 files changed, 1 insertions, 9 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js
index 6ae99aee..055dc0d7 100644
--- a/www/js/MontageCtrl.js
+++ b/www/js/MontageCtrl.js
@@ -11,16 +11,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageCtrl', ['$scope', '
// Controller main
//---------------------------------------------------------------------
- /* console.log ("IMAGES***************");
- var fooImages = [
- {src:'http://www.pbase.com/arjunrc/image/160698184.jpg'},
- {src:'http://www.pbase.com/arjunrc/image/160697822.jpg'},
- {src:'http://www.pbase.com/arjunrc/image/160697821.jpg'},
- {src:'http://www.pbase.com/arjunrc/image/160697740.jpg'}
- ];
- $scope.fl = fooImages.length;
- $scope.fooImages = fooImages;*/
document.addEventListener("pause", onPause, false);
@@ -176,6 +167,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageCtrl', ['$scope', '
this.loadNotifications = function () {
// randomval is appended to img src, so after each interval the image reloads
$scope.randomval = (new Date()).getTime();
+ // console.log ("New " + $scope.randomval);
};
var intervalHandle = $interval(function () {