add confirmation message before deleting
This commit is contained in:
parent
1d6e4b897f
commit
e7847208f7
2 changed files with 2 additions and 2 deletions
|
|
@ -141,8 +141,9 @@
|
|||
<div ng-show="!$root.wallet.publicKeyRing.isComplete()">
|
||||
<a ng-click="dowloadBackup()">Save seed backup</a>
|
||||
|
|
||||
<a ng-click="deleteWallet()">Delete wallet</a>
|
||||
</div>
|
||||
<a ng-really-click="deleteWallet()"
|
||||
ng-really-message="Are you sure to delete this wallet from this computer?">Delete wallet</a>
|
||||
<button class="button primary radius right"
|
||||
ng-click="backup()"
|
||||
ng-show="!$root.wallet.publicKeyRing.isBackupReady()"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue