diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-29 08:49:29 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-29 08:49:29 -0400 |
| commit | 583663789aebb45ff2c107857b5021d51c03ea6b (patch) | |
| tree | 593c84e6e431d258f77910f3f1e330e0ada1b118 /www/js/PortalLoginCtrl.js | |
| parent | dc113c2cfae14dbd7f71d160948f6a366cf0c9ba (diff) | |
#725 alreadyTransitioned at right place
Diffstat (limited to 'www/js/PortalLoginCtrl.js')
| -rw-r--r-- | www/js/PortalLoginCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/PortalLoginCtrl.js b/www/js/PortalLoginCtrl.js index 40dc446e..22bb46f8 100644 --- a/www/js/PortalLoginCtrl.js +++ b/www/js/PortalLoginCtrl.js @@ -414,6 +414,7 @@ angular.module('zmApp.controllers').controller('zmApp.PortalLoginCtrl', ['$ionic // NVRDataModel.debug("logging state transition"); if (!processPush) { + alreadyTransitioned = true; NVRDataModel.debug("Transitioning state to: " + statetoGo + " with param " + JSON.stringify($rootScope.lastStateParam)); |
