Fix modals, copayer list
This commit is contained in:
parent
ffcd4b98ac
commit
c24cee303d
6 changed files with 24 additions and 13 deletions
|
|
@ -131,6 +131,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
$scope.amountStr = tx.amountStr;
|
||||
$scope.alternativeAmountStr = tx.alternativeAmountStr;
|
||||
$scope.copayers = copayers
|
||||
$scope.copayerId = fc.credentials.copayerId;
|
||||
$scope.loading = null;
|
||||
$scope.color = fc.backgroundColor;
|
||||
|
||||
|
|
@ -840,6 +841,8 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
$scope.btx = btx;
|
||||
$scope.settings = config;
|
||||
$scope.color = fc.backgroundColor;
|
||||
$scope.copayerId = fc.credentials.copayerId;
|
||||
$scope.isShared = fc.credentials.n > 1;
|
||||
|
||||
$scope.getAmount = function(amount) {
|
||||
return self.getAmount(amount);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue