export backup without signing capabilities
This commit is contained in:
parent
678b871769
commit
bddfa5c4d9
7 changed files with 88 additions and 9 deletions
|
|
@ -106,6 +106,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.walletName = fc.credentials.walletName;
|
||||
self.walletId = fc.credentials.walletId;
|
||||
self.isComplete = fc.isComplete();
|
||||
self.canSign = fc.canSign();
|
||||
self.txps = [];
|
||||
self.copayers = [];
|
||||
self.updateColor();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue