Merge pull request #1062 from cmgustavo/feature/01-delete

Add delete wallet from the intermediate screen
This commit is contained in:
Matias Alejo Garcia 2014-08-06 18:38:23 -03:00
commit 0ca9bbe86b
4 changed files with 17 additions and 4 deletions

View file

@ -74,8 +74,12 @@
</div>
<div class="text-right">
<a class="text-warning" ng-really-click="deleteWallet()"
ng-really-message="Are you sure to delete this wallet from this
computer?">Delete wallet</a>
<span class="text-gray">|</span>
<a class="text-primary m20r" ng-click="downloadBackup()"
ng-show="!$root.wallet.publicKeyRing.isComplete()">Download seed backup</a>
ng-show="!$root.wallet.publicKeyRing.isComplete()">Download seed backup</a>
<button class="button primary m0"
ng-click="backup()"
ng-show="!$root.wallet.publicKeyRing.isBackupReady()"