Adds Fee to TXP modal
This commit is contained in:
parent
67ba30a20e
commit
d1c55e0876
3 changed files with 6 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
$scope.error = null;
|
||||
$scope.tx = tx;
|
||||
$scope.amountStr = tx.amountStr;
|
||||
$scope.feeStr = tx.feeStr;
|
||||
$scope.alternativeAmountStr = tx.alternativeAmountStr;
|
||||
$scope.copayers = copayers
|
||||
$scope.copayerId = fc.credentials.copayerId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue