A responsive multi-selectable filter library designed to make filtering interactive and intuitive
###Key Features
- Feature 1
- Feature 2
- Etc...
Download the code, and include the angufilter.js file in your page. Then add the angufilter module to your Angular App file, e.g.
var app = angular.module('app', ["angufilter"]);
<angufilter prop1="val1"
prop2="val2"/>
Attribute | Description | Required | Example |
---|---|---|---|
prop1 | Description 1 of prop1 | Yes | Example |
prop2 | Description 2 of prop2 | No | Example |