Merge pull request #3906 from JDonadio/fix/wallet-name

Fix display wallet name on backup page
This commit is contained in:
Gustavo Maximiliano Cortez 2016-02-23 10:22:04 -03:00
commit ec8c9c08af
2 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,7 @@ angular.module('copayApp.controllers').controller('backupController',
var self = this;
var fc = profileService.focusedClient;
var customWords = [];
self.walletName = fc.credentials.walletName;
function init() {
$scope.passphrase = '';