Merge pull request #6533 from JDonadio/ref/testnet-logo
Remove testnet fiat amount - fix apply in update wallet function
This commit is contained in:
commit
a5fe5da1cc
4 changed files with 20 additions and 5 deletions
|
|
@ -184,7 +184,9 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
|||
}
|
||||
$scope.completeTxHistory = txHistory;
|
||||
$scope.showHistory();
|
||||
$scope.$apply();
|
||||
$timeout(function() {
|
||||
$scope.$apply();
|
||||
});
|
||||
return cb();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue