summaryrefslogtreecommitdiff
path: root/www/js/LoginCtrl.js
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-08-07 20:45:26 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-08-07 20:45:26 -0400
commitc2ec08ec9fdfa30e5da278780e1cfa1c6d067f25 (patch)
tree4c90be2711c1724bad0418f7dca0a576732518ad /www/js/LoginCtrl.js
parentc854d6c9189298487cd698934f96be28b1bc9bad (diff)
Fixed a bug in doLogin --> q.defer was returning success before it was successfull as it was out of doLogi
Diffstat (limited to 'www/js/LoginCtrl.js')
-rw-r--r--www/js/LoginCtrl.js1
1 files changed, 1 insertions, 0 deletions
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!'