fix calculator ui - resume send view ui
This commit is contained in:
parent
cdd8628cfe
commit
a260fcf8b7
197 changed files with 67 additions and 205658 deletions
|
|
@ -160,8 +160,6 @@ angular.module('copayApp.controllers').controller('inputAmountController', funct
|
|||
$ionicScrollDelegate.resize();
|
||||
}, 100);
|
||||
} else {
|
||||
// self.setAmount(amount, $scope.showAlternativeAmount);
|
||||
// $scope.cancel();
|
||||
$scope.sending = true;
|
||||
$scope.sendingAmount = profileService.formatAmount(amount * unitToSatoshi, true);
|
||||
$scope.sendingAlternativeAmount = $filter('formatFiatAmount')(alternativeAmount);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue