AngularJS provide
filtering function in
ng module.filter keyword can be used to
filter from a array of element or array of object.In this
demo, "
We will create an example to filter from an array of item and from array of object with a specified property of the object".In the
example the initial search is from a normal array containing fruit names as
strings and next two searches are from array of student
object containing
name and
subject property. the search is based on...
Published on September 11, 2014 10:02