floydwch / angular-underscore

Underscore adapter for AngularJS
316 stars 86 forks source link

how to use the filter filter #12

Open spenoir opened 10 years ago

spenoir commented 10 years ago

Could I get an example please?

floydwch commented 10 years ago

Suggest you to take a look at http://docs.angularjs.org/api/ng/filter/filter

Also, the underscore considers that filter operator is of collection(including object, it'll transmute object into array of object's values).