bring flashMessages back to live after logout
This commit is contained in:
parent
780a43d421
commit
44d62f736f
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ angular.module('copay.controllerUtils')
|
|||
video.close();
|
||||
// Clear rootScope
|
||||
for (var i in $rootScope) {
|
||||
if (i.charAt(0) != '$') {
|
||||
if (i.charAt(0) != '$' && i != 'flashMessage') {
|
||||
delete $rootScope[i];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue