Wallet/public/views/preferencesDeleteWallet.html

15 lines
677 B
HTML
Raw Normal View History

2016-08-17 13:07:48 -03:00
<ion-view>
<ion-nav-bar class="bar-royal">
2016-08-29 16:48:15 -03:00
<ion-nav-back-button>
<i class="icon ion-ios-arrow-thin-left"></i>
2016-08-29 16:48:15 -03:00
</ion-nav-back-button>
2016-08-16 16:47:51 -03:00
</ion-nav-bar>
2016-08-25 16:31:47 -03:00
<ion-content class="has-header" ng-controller="preferencesDeleteWalletController" >
2016-08-16 16:47:51 -03:00
<div translate>Warning!</div>
<div translate>Permanently delete this wallet. THIS ACTION CANNOT BE REVERSED</div>
2016-08-19 12:50:52 -03:00
<div class="right" ng-style="{'color':backgroundColor}" ng-show="!isDeletingWallet">
<span ng-show="alias">{{alias}}</span>{{walletName}}
2016-08-16 16:47:51 -03:00
</div>
2016-08-19 12:50:52 -03:00
<button class="button button-block button-stable" ng-click="showDeletePopup()"translate>Delete wallet</button>
2016-08-16 16:47:51 -03:00
</ion-content>
</ion-view>