export backup without signing capabilities

This commit is contained in:
Matias Alejo Garcia 2015-07-15 22:10:59 -03:00
commit bddfa5c4d9
7 changed files with 88 additions and 9 deletions

View file

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