From d6189d6f85897be4250ca4b87f21f6113a10b68c Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Fri, 11 Sep 2015 16:26:13 +0100 Subject: Enabled a run time debug mode so I can see more details when testers report quirky bugs. It's in developer options. --- www/js/controllers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/controllers.js') 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(); -- cgit v1.2.3