diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-08-21 13:45:55 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-08-21 13:45:55 -0400 |
| commit | 7cf92cccfe8165f7cafbc3556abbdd1c5abd2a09 (patch) | |
| tree | e89b236f9d88bd07be9c32e9e2bdc708844bc192 /www/js/controllers.js | |
| parent | bca4a0c0524c592f315356002475a44de6cc951e (diff) | |
adjusted http large timeout for long apis
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); }); |
