2016-09-12 16:41:04 -03:00
|
|
|
<ion-modal-view ng-style="{opacity: '0.9'}" ng-controller="scanTipsController">
|
2016-09-12 15:04:12 -03:00
|
|
|
<ion-nav-bar class="bar-ligt">
|
|
|
|
|
<ion-nav-buttons side="secondary">
|
2016-09-12 16:41:04 -03:00
|
|
|
<button class="button" ng-click="close()">
|
2016-09-12 15:04:12 -03:00
|
|
|
X
|
|
|
|
|
</button>
|
|
|
|
|
</ion-nav-buttons>
|
|
|
|
|
</ion-nav-bar>
|
|
|
|
|
<ion-content class="has-header">
|
|
|
|
|
<div class="text-center">
|
2016-09-12 16:41:04 -03:00
|
|
|
<h2>Scan the code to pay with bitcoin</h2>
|
|
|
|
|
<h3>QR codes could also contain a bitcoin wallet invitation, or an URL</h3>
|
2016-09-12 15:04:12 -03:00
|
|
|
</div>
|
|
|
|
|
</ion-content>
|
|
|
|
|
</ion-modal-view>
|