display wallet name

This commit is contained in:
Javier 2016-02-23 09:47:38 -03:00
commit 8843065b40
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 = '';