This commit is contained in:
Javier 2016-06-16 14:43:10 -03:00
commit b4a5c9212f
4 changed files with 73 additions and 110 deletions

View file

@ -4,7 +4,7 @@
ng-init="titleSection='Export Wallet'; goBackToState = 'preferencesAdvanced'">
</div>
<div class="content preferences" ng-controller="exportController" ng-init="init()">
<div class="content preferences" ng-controller="exportController" ng-init="init(index.prevState)">
<h4></h4>
<div ng-show="!backupWalletPlainText">
<div class="text-warning size-14 m20b" ng-show="error">
@ -21,7 +21,7 @@
</div>
</div>
<form>
<form ng-hide="touchidEnabled && !touchidSuccess">
<div class="row">
<div class="columns">
<label for="password" translate>Set up a password </label>