diff options
Diffstat (limited to 'www/js/EventCtrl.js')
| -rw-r--r-- | www/js/EventCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index 2b3829d8..085893f7 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -713,7 +713,7 @@ angular.module('zmApp.controllers') $scope.currentEvent = ""; $scope.event = event; //$ionicScrollDelegate.freezeScroll(true); - $ionicSideMenuDelegate.canDragContent(false); + $ionicSideMenuDelegate.canDragContent(true); $scope.slider_options = { from: 1, to: event.Event.Frames, |
