diff options
| -rw-r--r-- | www/js/EventModalCtrl.js | 2 | ||||
| -rw-r--r-- | 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 @@ -<!--<div ng-controller="EventModalCtrl">--> +<div ng-controller="EventModalCtrl"> <ion-view cache-view="false"> <ion-nav-title>{{scrollPosition();}}</ion-nav-title> <ion-nav-buttons side="left"> @@ -327,4 +327,4 @@ </ion-view> -<!--</div>-->
\ No newline at end of file +</div>
\ No newline at end of file |
