2015-03-06 12:00:10 -03:00
|
|
|
<nav class="tab-bar">
|
2015-05-07 11:07:33 -03:00
|
|
|
<section class="left-small">
|
2015-04-24 15:02:14 -03:00
|
|
|
<a ng-click="cancel()" class="p10">
|
2015-03-06 12:00:10 -03:00
|
|
|
<span class="text-close" translate>Close</span>
|
|
|
|
|
</a>
|
|
|
|
|
</section>
|
|
|
|
|
<section class="middle tab-bar-section">
|
2015-06-05 02:44:14 +09:00
|
|
|
<h1 translate class="title ellipsis">
|
2015-03-06 12:00:10 -03:00
|
|
|
QR-Scanner
|
|
|
|
|
</h1>
|
|
|
|
|
</section>
|
|
|
|
|
</nav>
|
2015-06-26 17:31:50 -03:00
|
|
|
<div class="modal-content text-center fix-modals-touch" ng-init="init()">
|
2015-03-06 12:00:10 -03:00
|
|
|
<canvas id="qr-canvas" width="200" height="150"></canvas>
|
|
|
|
|
<video id="qrcode-scanner-video" width="300" height="225"></video>
|
|
|
|
|
</div>
|