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