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-09-20 17:05:53 -03:00
|
|
|
<ion-nav-back-button>
|
|
|
|
|
</ion-nav-back-button>
|
2016-08-22 17:43:31 -03:00
|
|
|
<ion-nav-title>Preferences</ion-nav-title>
|
|
|
|
|
</ion-nav-bar>
|
2016-08-10 15:29:31 -03:00
|
|
|
|
2016-09-06 15:14:07 -03:00
|
|
|
<ion-content ng-controller="preferencesBitpayCardController">
|
2016-08-22 17:43:31 -03:00
|
|
|
<ul class="list">
|
2016-09-06 15:14:07 -03:00
|
|
|
<li class="item assertive" ng-click="logout()">
|
2016-08-22 17:43:31 -03:00
|
|
|
Log out
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</ion-content>
|
|
|
|
|
</ion-view>
|