http://stackoverflow.com/questions/15868248/how-to-filter-multiple-values-or-operation-in-angularjs
8
|
If you want to filter on Array of Objects then you can give
filter:({genres: 'Action', key :value }.
Individual property will be filtered by particular filter given for that property.
But if you wanted to something like filter by individual Property and filter globally for all properties then you can do something like this.
|
No comments:
Post a Comment