Wallet/www/views/modals/scanner.html

12 lines
497 B
HTML
Raw Normal View History

2016-08-25 11:18:10 -03:00
<ion-modal-view ng-controller="scannerController" ng-init="init()">
2016-08-31 15:54:53 -04:00
<ion-header-bar align-title="center" class="bar-royal">
2016-09-16 21:01:19 -03:00
<button ng-click="cancel()" class="button button-back button-clear" translate>
2016-08-18 19:25:30 -03:00
Close
</button>
<h1 class="title ellipsis" translate>QR-Scanner</h1>
</ion-header-bar>
2016-08-25 11:18:10 -03:00
<ion-content >
<canvas id="qr-canvas" width="200" height="150"></canvas>
<video id="qrcode-scanner-video" width="300" height="225"></video>
</ion-content>
</ion-modal-view>