Fixes call to remove element from localstorage
This commit is contained in:
parent
622338ce87
commit
ed08986545
3 changed files with 3 additions and 3 deletions
|
|
@ -65,7 +65,7 @@
|
|||
ng-click="confirmDelete=!confirmDelete">No</button>
|
||||
</div>
|
||||
<div class="large-6 medium-6 small-6 columns">
|
||||
<button class="warning" ng-disabled="loading" ng-click="deleteWallet()">
|
||||
<button class="warning" ng-disabled="loading" ng-click="deleteWallet(); confirmDelete = !confirmDelete">
|
||||
<i class="fi-trash"></i> Yes
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue