diff options
Diffstat (limited to 'www/js/LoginCtrl.js')
| -rw-r--r-- | www/js/LoginCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js index d8b89d3b..56d6d4a7 100644 --- a/www/js/LoginCtrl.js +++ b/www/js/LoginCtrl.js @@ -358,7 +358,7 @@ angular.module('zmApp.controllers').controller('zmApp.LoginCtrl', ['$scope', '$r } });*/ - $rootScope.$on('$stateChangeSuccess', function () { + $scope.$on('$stateChangeSuccess', function () { $scope.ignoreDirty = false; }); |
