File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 35
35
*
36
36
* Can be one of:
37
37
*
38
- * - `function(actual, expected)`:
39
- * The function will be given the object value and the predicate value to compare and
40
- * should return true if the item should be included in filtered result.
38
+ * - `function(actual, expected)`:
39
+ * The function will be given the object value and the predicate value to compare and
40
+ * should return true if the item should be included in filtered result.
41
41
*
42
- * - `true`: A shorthand for `function(actual, expected) { return angular.equals(expected, actual)}`.
43
- * this is essentially strict comparison of expected and actual.
42
+ * - `true`: A shorthand for `function(actual, expected) { return angular.equals(expected, actual)}`.
43
+ * this is essentially strict comparison of expected and actual.
44
44
*
45
- * - `false|undefined`: A short hand for a function which will look for a substring match in case
46
- * insensitive way.
45
+ * - `false|undefined`: A short hand for a function which will look for a substring match in case
46
+ * insensitive way.
47
47
*
48
48
* @example
49
49
<example>
You can’t perform that action at this time.
0 commit comments