Nested Object Filtering - Angular
Right now I have an array of complex objects that have objects inside of objects. I'm trying to use an input field to filter down the list (in an ng-repeat), but for some reason I'
Solution 1:
This issue was raised seven days ago on GitHub:
fix(filterFilter): filter deep object by string
And it looks like a fix for it was checked in 12 hours ago:
fix(filterFilter): make $
match properties on deeper levels as well
I don't really know how AngularJS's build workflow works or how they release brand new versions, but at any rate, it looks like a solution for your issue is on the way. In the meantime, perhaps you can get by with version 1.2?
Post a Comment for "Nested Object Filtering - Angular"