diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-08-07 20:45:26 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-08-07 20:45:26 -0400 |
| commit | c2ec08ec9fdfa30e5da278780e1cfa1c6d067f25 (patch) | |
| tree | 4c90be2711c1724bad0418f7dca0a576732518ad /www/js/PortalLoginCtrl.js | |
| parent | c854d6c9189298487cd698934f96be28b1bc9bad (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/PortalLoginCtrl.js')
| -rw-r--r-- | www/js/PortalLoginCtrl.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/js/PortalLoginCtrl.js b/www/js/PortalLoginCtrl.js index 65f92b48..ae75d197 100644 --- a/www/js/PortalLoginCtrl.js +++ b/www/js/PortalLoginCtrl.js @@ -21,7 +21,6 @@ console.log ("***** INSIDE LOGIN CONTROLLER"); zmAutoLogin.doLogin("Logging into ZoneMinder...") .then (function(data) { - ZMDataModel.getKeyConfigParams(1); $state.go('montage'); }); |
