diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-12-14 16:53:31 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-12-14 16:53:31 -0500 |
| commit | e8a21f8042cf417b31781939730b0d31d24e7937 (patch) | |
| tree | 21f660cb14772d7d801da1a7371fc822ca594a39 | |
| parent | 9d02209ec98811785e3ba3efc9826077f054bfde (diff) | |
fixes
Former-commit-id: 647bbb4edb32658ff4b4fd42b5ac572a1ae64139
| -rw-r--r-- | www/js/EventCtrl.js | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index 5102c321..b5fbf7e7 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -15,7 +15,15 @@ angular.module('zmApp.controllers') //--------------------------------------------------- // Controller main //--------------------------------------------------- - + + + $scope.mycarousel = { + index: 0 + }; + $scope.ionRange = { + index: 1 + }; + $scope.animationInProgress = false; var loginData = ZMDataModel.getLogin(); @@ -125,12 +133,7 @@ angular.module('zmApp.controllers') } */ - $scope.mycarousel = { - index: 0 - }; - $scope.ionRange = { - index: 1 - }; + // for some reason inifinite scroll is invoked |
