Filter results that are contained inside an array
- Download the zip located at this repo's '/dist' directory and copy its contents to your project's libraries directory (usually '/lib')
- Inject the module 'filters-inArrayFilter' to your Angular App definition (usually in your app.js file)
- Add this script to your html code:
<script src="lib/angular-inarray-filter/angular-inarray-filter.js"></script>
Use the inArrayFilter as described here
Check the documentation of this repository at it's GitHub Page
Copyright 2014 A. Carrasco.
Released under MIT License.