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
<label>Any: <input ng-model="search.$"></label> <br>
<label>Name only <input ng-model="search.name"></label><br>
<label>Phone only <input ng-model="search.phone"></label><br>
With ngTasty I can only submit one filter which will work as general one when I will pass string, and field specific when I will pass an object with those fields names as above.
By passing filters, we want also use the full power of filter
filter
.https://docs.angularjs.org/api/ng/filter/filter
The text was updated successfully, but these errors were encountered: