fix index
This commit is contained in:
parent
80e48b0ca2
commit
c340c78ded
3 changed files with 27 additions and 21 deletions
|
|
@ -6,6 +6,8 @@ angular.module('copayApp.controllers').controller('backupController',
|
|||
var wallet = profileService.getWallet($stateParams.walletId);
|
||||
$scope.customWords = [];
|
||||
$scope.walletName = wallet.credentials.walletName;
|
||||
$scope.n = wallet.n;
|
||||
|
||||
$scope.credentialsEncrypted = wallet.isPrivKeyEncrypted;
|
||||
|
||||
$scope.init = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue