diff options
Diffstat (limited to 'www/js/controllers.js')
| -rw-r--r-- | www/js/controllers.js | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/www/js/controllers.js b/www/js/controllers.js index 8ea39044..fa18a330 100644 --- a/www/js/controllers.js +++ b/www/js/controllers.js @@ -18,24 +18,7 @@ angular.module('zmApp.controllers', ['ionic', 'ngCordova', 'ng-mfb','angularCirc $rootScope.stateofSlide = $ionicSideMenuDelegate.isOpen() + new Date(); },500); - /* $timeout ( function() { - - - if ($ionicSideMenuDelegate.$getByHandle('sideMenu').isOpenLeft()) - { - console.log ("**** EXITING APP ****"); - } - else - { - console.log ("**** GOING TO SLIDE MENU"); - // $ionicSideMenuDelegate.toggleLeft(); - $ionicSideMenuDelegate.$getByHandle('sideMenu').toggleLeft(); - } - - - },100);*/ - - + }, 100); }); |
