remove testnet fiat amount - fix apply in update wallet function

This commit is contained in:
JDonadio 2017-08-07 13:11:12 -03:00
commit 3e6c9f2782
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();
});
});