summaryrefslogtreecommitdiff
path: root/www/js/controllers.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/controllers.js')
-rw-r--r--www/js/controllers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/controllers.js b/www/js/controllers.js
index fa18a330..1e68f5c5 100644
--- a/www/js/controllers.js
+++ b/www/js/controllers.js
@@ -12,7 +12,7 @@ angular.module('zmApp.controllers', ['ionic', 'ngCordova', 'ng-mfb','angularCirc
};
$ionicPlatform.registerBackButtonAction(function (event) {
- console.log ("ANDROID BACK");
+
$ionicSideMenuDelegate.toggleLeft();
$timeout (function() {
$rootScope.stateofSlide = $ionicSideMenuDelegate.isOpen() + new Date();