Merge pull request #176 from cmgustavo/bug/01-logout
Clear all notifications when sign out.
This commit is contained in:
commit
edb9b2468e
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ angular.module('copay.header').controller('HeaderController',
|
||||||
w.disconnect();
|
w.disconnect();
|
||||||
controllerUtils.logout();
|
controllerUtils.logout();
|
||||||
}
|
}
|
||||||
|
$rootScope.flashMessage = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.clearFlashMessage = function() {
|
$scope.clearFlashMessage = function() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue