diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/EventCtrl.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index 911a97c1..1f535507 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -248,6 +248,7 @@ angular.module('zmApp.controllers') if (event.Event.ShowScrub==true) // turn on display now { //$ionicScrollDelegate.freezeScroll(true); + $ionicSideMenuDelegate.canDragContent(false); $scope.slider_options = { from:1, to:event.Event.Frames, @@ -345,6 +346,7 @@ angular.module('zmApp.controllers') else { // $ionicScrollDelegate.freezeScroll(false); + $ionicSideMenuDelegate.canDragContent(true); event.Event.height=zm.eventsListDetailsHeight; $ionicScrollDelegate.resize(); |
