fix index

This commit is contained in:
Matias Alejo Garcia 2016-08-19 14:38:28 -03:00
commit c340c78ded
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
3 changed files with 27 additions and 21 deletions

View file

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