From 80c06d891038fb919dd3c8dfed8cd4fde0efbeb9 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Fri, 18 Mar 2016 15:53:56 -0400 Subject: #202 - swipe enabled on all screens EXCEPT: Timeline and full screen live view and event footage Former-commit-id: b533ef6a4ea7096dc8482e15165b3d2af9fb085e --- www/js/MontageCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/MontageCtrl.js') diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index ba369771..920571dc 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($scope.minimal? true: false); + $ionicSideMenuDelegate.canDragContent($scope.minimal? true: true); $rootScope.authSession = "undefined"; -- cgit v1.2.3