We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9be327 commit aebde27Copy full SHA for aebde27
src/ng/filter/filter.js
@@ -45,8 +45,9 @@
45
* The final result is an array of those elements that the predicate returned true for.
46
*
47
* @param {function(actual, expected)|true|false} [comparator] Comparator which is used in
48
- * determining if the expected value (from the filter expression) and actual value (from
49
- * the object in the array) should be considered a match.
+ * determining if values retrieved using `expression` (when it is not a function) should be
+ * considered a match based on the the expected value (from the filter expression) and actual
50
+ * value (from the object in the array).
51
52
* Can be one of:
53
0 commit comments