Wallet/public/views/modals/scanner.html
Gustavo Maximiliano Cortez 1675c7f072
Fix scroll in modals
2015-05-29 16:30:17 -03:00

16 lines
484 B
HTML

<nav class="tab-bar">
<section class="left-small">
<a ng-click="cancel()" class="p10">
<span class="text-close" translate>Close</span>
</a>
</section>
<section class="middle tab-bar-section">
<h1 class="title ellipsis">
QR-Scanner
</h1>
</section>
</nav>
<div class="modal-content 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>