diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-03-15 12:51:25 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-03-15 12:51:25 -0400 |
| commit | 11b9eacce827ede51b479b91c214c7fa572a2aa8 (patch) | |
| tree | 84a7aedcd1007000388461f155a6daa1da12ce6d /www | |
| parent | 978af3dbcf90f15b70d46654b6c18f3162208cf4 (diff) | |
fixes #196
Former-commit-id: d79c24231080f5bb0a32c7841ca3370b4f3c83fb
Diffstat (limited to 'www')
| -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 |
