Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 929 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 929 Bytes

Angular InArray Filter

Filter results that are contained inside an array

Installation

  1. Download the zip located at this repo's '/dist' directory and copy its contents to your project's libraries directory (usually '/lib')
  2. Inject the module 'filters-inArrayFilter' to your Angular App definition (usually in your app.js file)
  3. Add this script to your html code: <script src="lib/angular-inarray-filter/angular-inarray-filter.js"></script>

Usage

Use the inArrayFilter as described here

Documentation

Check the documentation of this repository at it's GitHub Page

License

Copyright 2014 A. Carrasco.

Released under MIT License.