From c2ec08ec9fdfa30e5da278780e1cfa1c6d067f25 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Fri, 7 Aug 2015 20:45:26 -0400 Subject: Fixed a bug in doLogin --> q.defer was returning success before it was successfull as it was out of doLogi --- www/js/LoginCtrl.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/LoginCtrl.js') diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js index 3b5b368b..b3c052d5 100644 --- a/www/js/LoginCtrl.js +++ b/www/js/LoginCtrl.js @@ -206,6 +206,7 @@ function addhttp(url) { { console.log ("THE DATA WAS " + data); + console.log ("SHOWING POPUP "); $ionicPopup.alert({ title: 'Settings Saved', template: 'Please explore the menu and enjoy zmNinja!' -- cgit v1.2.3