Merge pull request #6533 from JDonadio/ref/testnet-logo

Remove testnet fiat amount - fix apply in update wallet function
This commit is contained in:
Gustavo Maximiliano Cortez 2017-08-09 10:17:07 -03:00 committed by GitHub
commit a5fe5da1cc
4 changed files with 20 additions and 5 deletions

View file

@ -184,7 +184,9 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
}
$scope.completeTxHistory = txHistory;
$scope.showHistory();
$scope.$apply();
$timeout(function() {
$scope.$apply();
});
return cb();
});
});