display wallet name

This commit is contained in:
Javier 2016-02-23 09:47:38 -03:00
parent f870ee410e
commit 8843065b40
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,8 @@
</a>
</section>
<section class="middle tab-bar-section">
<section class="middle tab-bar-section" ng-style="{'color':index.backgroundColor}">
<span>{{wordsC.walletName}}</span>
</section>
<section class="right-small">

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 = '';