From 38cf76c23d1ac990fa9a8095006b9a684d07d99f Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 16 Sep 2016 10:24:40 -0400 Subject: handled consoleEvents when footer is dragged up instead of tapped Former-commit-id: 5acd178850797e91ef18ce6df1e2e681817ec533 --- www/js/MonitorCtrl.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'www/js/MonitorCtrl.js') diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js index c14e7e65..fd0c2780 100644 --- a/www/js/MonitorCtrl.js +++ b/www/js/MonitorCtrl.js @@ -22,8 +22,6 @@ angular.module('zmApp.controllers') var loginData; - - // -------------------------------------------------------- // Handling of back button in case modal is open should // close the modal @@ -50,8 +48,6 @@ angular.module('zmApp.controllers') }, 1000); - - $scope.openMenu = function () { $ionicSideMenuDelegate.toggleLeft(); }; @@ -147,7 +143,7 @@ angular.module('zmApp.controllers') { text: $translate.instant('kButtonCancel'), - }, + }, { text: $translate.instant('kButtonSave'), onTap: function (e) { -- cgit v1.2.3