Skip to content

ngHelper/ngHelperQrCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngHelperQrCode

This angularjs makes it super simple to create a qrcode based on qrcodejs.

Install ng-helper-qr-code

bower install ng-helper-qr-code --save

Include the angular module

angular.module('appApp', [
    'ngHelperQrCode'
]);

Add the QR code somewhere in your markup

<div ngHelperQrCode="<<YOURDATA>>" data-size="<<YOUR SIZE>>"></div>

History

Version 0.0.1

  • initial release

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :)

Contributors

License

MIT License

About

A simple angular directive for generating qr codes

Resources

License

Stars

Watchers

Forks

Packages

No packages published