File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
*
39
39
* Can be one of:
40
40
*
41
- * - `function(expected, actual)`:
41
+ * - `function(expected, actual)`:
42
42
* The function will be given the object value and the predicate value to compare and
43
43
* should return true if the item should be included in filtered result.
44
44
*
45
45
* - `true`: A shorthand for `function(expected, actual) { return angular.equals(expected, actual)}`.
46
46
* this is essentially strict comparison of expected and actual.
47
47
*
48
- * - `false|undefined`: A short hand for a function which will look for a substring match in case
48
+ * - `false|undefined`: A short hand for a function which will look for a substring match in case
49
49
* insensitive way.
50
50
*
51
51
* @example
@@ -165,7 +165,7 @@ function filterFilter() {
165
165
default :
166
166
return false ;
167
167
}
168
- } ;
168
+ } ;
169
169
switch ( typeof expression ) {
170
170
case "boolean" :
171
171
case "number" :
You can’t perform that action at this time.
0 commit comments