fix send form
This commit is contained in:
parent
ffe1b8e149
commit
6f94825d2d
5 changed files with 13 additions and 9 deletions
|
|
@ -4,7 +4,8 @@ angular.module('copayApp.controllers').controller('HomeWalletController', functi
|
|||
$scope.initHome = function() {
|
||||
$rootScope.title = 'Home';
|
||||
var w = $rootScope.wallet;
|
||||
if (w.isShared())
|
||||
$scope.isShared = w.isShared();
|
||||
if ($scope.isShared)
|
||||
$scope.copayers = w.getRegisteredPeerIds();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue