Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-qart

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-qart

An angular directive for kciter's qart.js

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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.

Keywords

FAQs

Package last updated on 09 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc