summaryrefslogtreecommitdiff
path: root/www/js/MontageHistoryCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/MontageHistoryCtrl.js')
-rw-r--r--www/js/MontageHistoryCtrl.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/js/MontageHistoryCtrl.js b/www/js/MontageHistoryCtrl.js
index 625a9bc2..46200e98 100644
--- a/www/js/MontageHistoryCtrl.js
+++ b/www/js/MontageHistoryCtrl.js
@@ -67,6 +67,12 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc
// note that on init it is also called
//---------------------------------------
+ $scope.footerExpand = function()
+ {
+ console.log ("**************** EXPAND CALLED ***************");
+ $ionicSideMenuDelegate.canDragContent(false);
+ };
+
$scope.footerCollapse = function()
{
@@ -80,12 +86,15 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc
/* Note this is also called when the view is first loaded */
function footerCollapse()
{
+ console.log ("**************** COLLAPSE CALLED ***************");
if (readyToRun == false)
{
ZMDataModel.zmDebug ("fake call to footerCollapse - ignoring");
return;
}
+ $ionicSideMenuDelegate.canDragContent(true);
+
ZMDataModel.stopNetwork("MontageHistory-footerCollapse");
var ld = ZMDataModel.getLogin();