angular-qart

1.0.0 • Public • Published

angular-qart npmlicenceCodacy grade

Check out the demo!

NPM registry

An angular directive for kciter's qart.js

Installation

Install with NPM

npm install --save angular-qart

Import

import 'angular-qart';

Or include the script in your code

<script src="node_modules/angular-qart/dist/angular-qart.js"></script>

Add it as a module to angular

angular.module('MyExampleApp', ['angular-qart']);

Usage

Default values:

<angular-qart ng-model="example text" option-filter="color" image-url="example.png"></angular-qart>

-Take a look at the example/index.html file.

For more details you should definitely check out kciter's qart.js

Dev / Other

This package is written in ES2015 and uses webpack for bundling.

Package Sidebar

Install

npm i angular-qart

Weekly Downloads

5

Version

1.0.0

License

MIT

Last publish

Collaborators

  • isonet