mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-24 08:34:44 +00:00
style(filter): remove ws
This commit is contained in:
parent
3c2aee01b0
commit
1ace5eb396
1 changed files with 3 additions and 3 deletions
|
|
@ -38,14 +38,14 @@
|
|||
*
|
||||
* Can be one of:
|
||||
*
|
||||
* - `function(expected, actual)`:
|
||||
* - `function(expected, actual)`:
|
||||
* The function will be given the object value and the predicate value to compare and
|
||||
* should return true if the item should be included in filtered result.
|
||||
*
|
||||
* - `true`: A shorthand for `function(expected, actual) { return angular.equals(expected, actual)}`.
|
||||
* this is essentially strict comparison of expected and actual.
|
||||
*
|
||||
* - `false|undefined`: A short hand for a function which will look for a substring match in case
|
||||
* - `false|undefined`: A short hand for a function which will look for a substring match in case
|
||||
* insensitive way.
|
||||
*
|
||||
* @example
|
||||
|
|
@ -165,7 +165,7 @@ function filterFilter() {
|
|||
default:
|
||||
return false;
|
||||
}
|
||||
};
|
||||
};
|
||||
switch (typeof expression) {
|
||||
case "boolean":
|
||||
case "number":
|
||||
|
|
|
|||
Loading…
Reference in a new issue