Fix modals, copayer list

This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-13 10:56:08 -03:00
commit c24cee303d
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
6 changed files with 24 additions and 13 deletions

View file

@ -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);