From 11b9eacce827ede51b479b91c214c7fa572a2aa8 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Tue, 15 Mar 2016 12:51:25 -0400 Subject: fixes #196 Former-commit-id: d79c24231080f5bb0a32c7841ca3370b4f3c83fb --- www/js/EventModalCtrl.js | 2 +- www/templates/events.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index 67ed659e..33ab552f 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -1295,7 +1295,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro return; - // console.log ("***ION RANGE CHANGED TO " + $scope.mycarousel.index); + console.log ("***ION RANGE CHANGED TO " + $scope.mycarousel.index); }); } diff --git a/www/templates/events.html b/www/templates/events.html index ba39e652..3cc5f34d 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -1,4 +1,4 @@ - +
{{scrollPosition();}} @@ -327,4 +327,4 @@ - \ No newline at end of file +
\ No newline at end of file -- cgit v1.2.3