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>
|
2016-06-16 14:57:30 -03:00
|
|
|
<h1 class="title ellipsis" translate>QR-Scanner</h1>
|
|
|
|
|
</ion-header-bar>
|
2016-08-25 11:18:10 -03:00
|
|
|
<ion-content >
|
2016-06-16 14:57:30 -03:00
|
|
|
<canvas id="qr-canvas" width="200" height="150"></canvas>
|
|
|
|
|
<video id="qrcode-scanner-video" width="300" height="225"></video>
|
|
|
|
|
</ion-content>
|
|
|
|
|
</ion-modal-view>
|