From 21eb5a9efd4cb7e9baa4658ebd7ed2086665e344 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Wed, 9 Mar 2016 13:35:54 -0500 Subject: #185 - while in full screen, drag screen right to expose menu Former-commit-id: 852486653e915e3005f19126a982d38c13a1f670 --- www/js/MontageCtrl.js | 2 +- www/templates/montage.html | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'www') 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"; diff --git a/www/templates/montage.html b/www/templates/montage.html index 59fc2747..efb853e8 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -21,7 +21,7 @@ - + @@ -110,7 +110,8 @@ - + + -- cgit v1.2.3