Add event release on .

This commit is contained in:
Alexis Lahouze 2017-07-08 00:18:16 +02:00
parent 0268280a73
commit 292486f8fd
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ module.exports = angular.module('accountant.login', [
$rootScope.$on('$destroy', function() {
onAuthLoginRequired = angular.noop();
onAuthLoginCancelled = angular.noop();
});
})