You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 24, 2017. It is now read-only.
I have a lot of properties in each object of my source array. However, when I start typing I want angular's filter to check only fields with custom names. As to my example, I want to make search in 'value' and 'name', but I don't want to search in 'id', 'age' and 'job'. I haven't found any example of implementation such functionality in your docs. Please, give me some example, how to implement this functionality in your module. Thank you very much for your work!