Merge branch 'master' into feature/01-alert-txs
This commit is contained in:
commit
3f8612ee0c
7 changed files with 22 additions and 13 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