Add event release on .
This commit is contained in:
parent
0268280a73
commit
292486f8fd
@ -148,6 +148,7 @@ module.exports = angular.module('accountant.login', [
|
||||
|
||||
$rootScope.$on('$destroy', function() {
|
||||
onAuthLoginRequired = angular.noop();
|
||||
onAuthLoginCancelled = angular.noop();
|
||||
});
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user