mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
Add optional comparator function argument to $filter('filter')(array,
expression, comparator) such that the comparator function is used to
compare the values and predicates. When true, defaults to equality.
When missing defaults to substring matching.
|
||
|---|---|---|
| .. | ||
| filterSpec.js | ||
| filtersSpec.js | ||
| limitToSpec.js | ||
| orderBySpec.js | ||