summaryrefslogtreecommitdiff
path: root/www/js/MontageCtrl.js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-03-09 13:35:54 -0500
committerpliablepixels <pliablepixels@gmail.com>2016-03-09 13:35:54 -0500
commit21eb5a9efd4cb7e9baa4658ebd7ed2086665e344 (patch)
tree0821469d6c38e6cd4982d43d42790ebe62e703ca /www/js/MontageCtrl.js
parent68d038f31a013c73b47ad13f9c44a12e13a11248 (diff)
#185 - while in full screen, drag screen right to expose menu
Former-commit-id: 852486653e915e3005f19126a982d38c13a1f670
Diffstat (limited to 'www/js/MontageCtrl.js')
-rw-r--r--www/js/MontageCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js
index 6039d9ee..29e77d53 100644
--- a/www/js/MontageCtrl.js
+++ b/www/js/MontageCtrl.js
@@ -83,7 +83,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageCtrl', ['$scope', '
var modalIntervalHandle;
- $ionicSideMenuDelegate.canDragContent(false);
+ $ionicSideMenuDelegate.canDragContent($scope.minimal? true: false);
$rootScope.authSession = "undefined";