Wallet/public/views/export.html

13 lines
421 B
HTML
Raw Normal View History

<ion-view cache-view="false">
<ion-tabs class="tabs-striped tabs-color-positive tabs-color-active-positive tabs-top">
<ion-tab title="File/Text" ui-sref="wallet.export.file">
<ion-nav-view name="tab-export-file"></ion-nav-view>
</ion-tab>
2016-08-18 19:23:58 -03:00
<ion-tab title="QR Code" ui-sref="wallet.export.qrCode">
<ion-nav-view name="tab-export-qrCode"></ion-nav-view>
</ion-tab>
</ion-tabs>
2016-08-16 16:47:51 -03:00
</ion-view>