Wallet/www/views/preferencesBitpayCard.html

15 lines
370 B
HTML
Raw Normal View History

2016-08-22 17:43:31 -03:00
<ion-view>
2016-08-31 15:54:53 -04:00
<ion-nav-bar class="bar-royal">
<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
<ion-content ng-controller="preferencesBitpayCardController">
2016-08-22 17:43:31 -03:00
<ul class="list">
<li class="item assertive" ng-click="logout()">
2016-08-22 17:43:31 -03:00
Log out
</li>
</ul>
</ion-content>
</ion-view>