2015-03-06 12:00:10 -03:00
|
|
|
<nav class="tab-bar">
|
|
|
|
|
<section class="right-small">
|
|
|
|
|
<a ng-click="cancel()">
|
|
|
|
|
<span class="text-close" translate>Close</span>
|
|
|
|
|
</a>
|
|
|
|
|
</section>
|
|
|
|
|
<section class="middle tab-bar-section">
|
2015-04-22 15:19:08 -03:00
|
|
|
<h1 class="title ellipsis">
|
2015-03-06 12:00:10 -03:00
|
|
|
QR-Scanner
|
|
|
|
|
</h1>
|
|
|
|
|
</section>
|
|
|
|
|
</nav>
|
|
|
|
|
<div class="p60t text-center" ng-init="init()">
|
|
|
|
|
<canvas id="qr-canvas" width="200" height="150"></canvas>
|
|
|
|
|
<video id="qrcode-scanner-video" width="300" height="225"></video>
|
|
|
|
|
</div>
|