add digest
This commit is contained in:
parent
a097927a2f
commit
a268c3c8eb
2 changed files with 15 additions and 6 deletions
|
|
@ -218,6 +218,9 @@ angular.module('copayApp.services')
|
|||
} else {
|
||||
$location.path('/manage');
|
||||
}
|
||||
$timeout(function() {
|
||||
$rootScope.$digest()
|
||||
}, 0);
|
||||
};
|
||||
|
||||
// On the focused wallet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue