2016-08-22 17:43:31 -03:00
|
|
|
<ion-view>
|
2016-08-31 15:54:53 -04:00
|
|
|
<ion-nav-bar class="bar-royal">
|
2016-08-22 17:43:31 -03:00
|
|
|
<ion-nav-buttons side="primary">
|
2016-09-01 12:16:28 -04:00
|
|
|
<button class="button back-button" ui-sref="bitpayCard.main">
|
|
|
|
|
<i class="icon ion-ios-arrow-thin-left"></i>
|
2016-08-22 17:43:31 -03:00
|
|
|
</button>
|
|
|
|
|
</ion-nav-buttons>
|
|
|
|
|
<ion-nav-title>Preferences</ion-nav-title>
|
|
|
|
|
</ion-nav-bar>
|
2016-08-10 15:29:31 -03:00
|
|
|
|
2016-08-22 17:43:31 -03:00
|
|
|
<ion-content ng-controller="preferencesBitpayCardController as bitpay">
|
|
|
|
|
<ul class="list">
|
|
|
|
|
<li class="item assertive" ng-click="bitpay.logout()">
|
|
|
|
|
Log out
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</ion-content>
|
|
|
|
|
</ion-view>
|