Skip to content

Latest commit

 

History

History
executable file
·
34 lines (23 loc) · 760 Bytes

README.md

File metadata and controls

executable file
·
34 lines (23 loc) · 760 Bytes

angufilter

A responsive multi-selectable filter library designed to make filtering interactive and intuitive

###Key Features

  • Feature 1
  • Feature 2
  • Etc...

Getting Started

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"]);

Local Usage

<angufilter  prop1="val1"
              prop2="val2"/>

Description of attributes

Attribute Description Required Example
prop1 Description 1 of prop1 Yes Example
prop2 Description 2 of prop2 No Example