From 7cf92cccfe8165f7cafbc3556abbdd1c5abd2a09 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Fri, 21 Aug 2015 13:45:55 -0400 Subject: adjusted http large timeout for long apis --- www/js/controllers.js | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'www/js/controllers.js') 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); }); -- cgit v1.2.3