added import from text backup

This commit is contained in:
Mario Colque 2014-05-01 19:08:35 -03:00
commit 960b64affe
2 changed files with 18 additions and 7 deletions

View file

@ -188,7 +188,10 @@
<h3>{{title}}</h3>
<div class="large-6 columns">
<input type="password" class="form-control" placeholder="Your wallet password" ng-model="password" autofocus>
<h6>Select a backup file</h6>
<input type="file" class="form-control" placeholder="Select a backup file" ng-model="backupFile" ng-file-select>
<h6>Or just pate the backup text here</h6>
<textarea class="form-control" ng-model="backupText"></textarea>
<button class="button primary expand radius" ng-click="import()">Import backup</button>
</div>
</div>