This angularjs makes it super simple to create a qrcode based on qrcodejs.
bower install ng-helper-qr-code --save
angular.module('appApp', [
'ngHelperQrCode'
]);
<div ngHelperQrCode="<<YOURDATA>>" data-size="<<YOUR SIZE>>"></div>
- initial release
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :)