Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

isonet/angular-qart

Repository files navigation

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.