backup a wallet during creation. View wallet/profile backup in plain text for safari

This commit is contained in:
Gustavo Maximiliano Cortez 2014-10-21 15:11:04 -03:00 committed by Matias Alejo Garcia
commit 93907dbfd1
5 changed files with 29 additions and 4 deletions

View file

@ -79,7 +79,7 @@ angular.module('copayApp.controllers').controller('MoreController',
}
$scope.viewBackup = function() {
$scope.backupPlainText = backupService.getBackup(w);
$scope.backupPlainText = backupService.walletEncrypted(w);
$scope.hideViewBackup = true;
};