Merge pull request #194 from cmgustavo/ref/design-05

Ref/design 05
This commit is contained in:
Matias Alejo Garcia 2016-08-18 00:59:11 -03:00 committed by GitHub
commit 0105ce4c13
3 changed files with 96 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<ion-nav-bar class="bar-stable">
<ion-nav-title>Scan</ion-nav-title>
</ion-nav-bar>
<ion-content ng-controller="tabScanController" ng-init="init()">
<ion-content class="padding" ng-controller="tabScanController" ng-init="init()">
<canvas id="qr-canvas" width="200" height="150"></canvas>
<video id="qrcode-scanner-video" width="300" height="225"></video>