diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-09-11 16:26:13 +0100 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-09-11 16:26:13 +0100 |
| commit | d6189d6f85897be4250ca4b87f21f6113a10b68c (patch) | |
| tree | 6cc9800feee796ae11bacc0a7506b96b5a172709 /www/js/controllers.js | |
| parent | 6fa4b725624feba76031e7354a4d94aed5339957 (diff) | |
Enabled a run time debug mode so I can see more details when testers report quirky bugs. It's in developer options.
Diffstat (limited to 'www/js/controllers.js')
| -rw-r--r-- | www/js/controllers.js | 2 |
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(); |
