fix fee calculation issue

This commit is contained in:
Gabriel Bazán 2016-12-21 15:42:22 -03:00
commit 1ec6834ca9

View file

@ -121,8 +121,7 @@ angular.module('copayApp.controllers').controller('confirmController', function(
displayValues();
if ($scope.wallets.length > 1) $scope.showWalletSelector();
else $scope.wallet = $scope.wallets[0];
else setWallet($scope.wallets[0]);
$timeout(function() {
$scope.$apply();
});