QR code generator for AngularJS.
❯ bower install angular-qr
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.13/angular.min.js"></script>
<script src="bower_components/qrcode/lib/qrcode.min.js"></script>
<script src="bower_components/angular-qr/angular-qr.min.js"></script>
<qr text="qrcodeString"></qr>
<qr text="qrcodeString" type-number="typeNumber" correction-level="correctionLevel" size="SIZE" input-mode="inputMode" image="image"></qr>
{{typeNumber}} (use 0 as minimal possible)
{{correctionLevel}}
Auto (M) L (Low) M (Medium) Q (Quartile) H (High)
{{size}}
{{inputMode}}
Auto NUMBER ALPHA_NUM 8bit
{{image}}
Yes No