This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
[filter] allow object maps along with arrays #2694
Closed
Description
The current implementation of filter only allows arrays. It would be nice if we could also use filter with object maps. (some 3rd party plugins return object maps instead of arrays)
I'm having to convert all the object maps I receive to arrays each time just so that I can get the filtering to work.
example found:
http://stackoverflow.com/questions/13887504/filtering-on-object-map-rather-than-array-in-angularjs