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