diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-12-06 17:23:02 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-12-06 17:23:02 -0500 |
| commit | 65cb2f860470f8303c341201dc892e289597507b (patch) | |
| tree | e5fa83651f9cfbc205679ce059a126587affe6b5 /www/js/EventCtrl.js | |
| parent | 8fff74273ef27a98c04fb73139a90cf017bf0be6 (diff) | |
#106 - first step towards a lot of required cleanup - still very very messy
Former-commit-id: 340545e91b29552f68cb03398401668ef479d3de
Diffstat (limited to 'www/js/EventCtrl.js')
| -rw-r--r-- | www/js/EventCtrl.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index d0f42975..5102c321 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -660,6 +660,7 @@ angular.module('zmApp.controllers') { ZMDataModel.zmDebug("EventCtrl: Scrubbing will turn on now"); $scope.currentEvent = ""; + $scope.event = event; //$ionicScrollDelegate.freezeScroll(true); $ionicSideMenuDelegate.canDragContent(false); $scope.slider_options = { @@ -1204,7 +1205,7 @@ angular.module('zmApp.controllers') $scope.openModal = function (event) { //ZMDataModel.zmDebug("EventCtrl: Open Modal with Base path " + relativepath); - + $scope.event = event; ZMDataModel.setAwake(ZMDataModel.getKeepAwake()); $scope.currentEvent = event; |
