Merge pull request #5321 from gabrielbazan7/fix/feeCalculation

fix fee calculation issue
This commit is contained in:
Gustavo Maximiliano Cortez 2016-12-21 15:59:12 -03:00 committed by GitHub
commit 59d843fcb1

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();
});