demo!
Check out theAn angular directive for Lindell's JsBarcode
Installation
Install with NPM
npm install --save angular-barcode
Import
;
Or include the script in your code
Add it as a module to angular
angular;
Usage
Default values:
or
or
with $scope.bc:
$scopebc = format: 'CODE128' lineColor: '#000000' width: 2 height: 100 displayValue: true fontOptions: '' font: 'monospace' textAlign: 'center' textPosition: 'bottom' textMargin: 2 fontSize: 20 background: '#ffffff' margin: 0 marginTop: undefined marginBottom: undefined marginLeft: undefined marginRight: undefined { }
-Take a look at the example/index.html file.
For more details you should definitely check out JSBarcode's Wiki!
Dev / Other
This package is written in ES2015 and uses webpack for bundling.