Fix update txp modals after sign, reject or broadcast
This commit is contained in:
parent
eca503ca87
commit
3e5f7d0a7b
2 changed files with 10 additions and 16 deletions
|
|
@ -27,6 +27,8 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
var ModalInstanceCtrl = function($scope, $modalInstance) {
|
||||
$scope.error = null;
|
||||
$scope.tx = tx;
|
||||
$scope.amountStr = tx.amountStr;
|
||||
$scope.alternativeAmountStr = tx.alternativeAmountStr;
|
||||
$scope.copayers = copayers
|
||||
$scope.loading = null;
|
||||
$scope.color = fc.backgroundColor;
|
||||
|
|
@ -191,7 +193,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
};
|
||||
|
||||
$scope.cancel = function() {
|
||||
$modalInstance.dismiss('cancel');
|
||||
$modalInstance.close();
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue