fix emit call
This commit is contained in:
parent
ae132bd91d
commit
f65e971cf4
2 changed files with 5 additions and 8 deletions
|
|
@ -98,8 +98,9 @@ angular.module('copayApp.controllers').controller('preferencesInformation',
|
|||
storageService.removeTxHistory(c.walletId, function(err) {
|
||||
if (err) return $log.err(err);
|
||||
|
||||
$scope.$emit('Local/ClearHistory');
|
||||
|
||||
$timeout(function() {
|
||||
$scope.$emit('Local/ClearHistory');
|
||||
go.walletHome();
|
||||
}, 100);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue