2016-11-11 18:11:52 -05:00
|
|
|
<ion-view id="bitpayCardPreferences">
|
2016-08-31 15:54:53 -04:00
|
|
|
<ion-nav-bar class="bar-royal">
|
2016-09-20 17:05:53 -03:00
|
|
|
<ion-nav-back-button>
|
|
|
|
|
</ion-nav-back-button>
|
2016-10-07 15:51:15 -03:00
|
|
|
<ion-nav-title>BitPay Visa® Cards</ion-nav-title>
|
2016-08-22 17:43:31 -03:00
|
|
|
</ion-nav-bar>
|
2016-08-10 15:29:31 -03:00
|
|
|
|
2016-10-07 15:51:15 -03:00
|
|
|
<ion-content>
|
|
|
|
|
<div class="list">
|
|
|
|
|
<div class="item item-divider" translate>
|
|
|
|
|
Cards
|
|
|
|
|
</div>
|
2016-11-11 18:11:52 -05:00
|
|
|
<div class="item item-icon-right" ng-click="remove(card)" ng-repeat="card in bitpayCards">
|
|
|
|
|
<span class="item-title">
|
|
|
|
|
xxxx-xxxx-xxxx-{{card.lastFourDigits}}
|
|
|
|
|
</span>
|
|
|
|
|
<span class="item-subtitle">
|
|
|
|
|
{{card.email}}
|
|
|
|
|
</span>
|
|
|
|
|
<i class="icon ion-trash-b assertive"></i>
|
2016-10-07 15:51:15 -03:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-08-22 17:43:31 -03:00
|
|
|
</ion-content>
|
|
|
|
|
</ion-view>
|