diff options
| author | Igor Minar | 2014-01-04 00:14:38 -0800 |
|---|---|---|
| committer | Igor Minar | 2014-01-04 00:14:38 -0800 |
| commit | d9ed9c5ac1fdf677781cbf7c15c35912fb7d2a18 (patch) | |
| tree | 9a8561c80e7c6464fcf1defdf3aba20a2cbd75a0 /src/ng | |
| parent | 00cac6ed101cf78a7d12a0ca8a5030337b65239d (diff) | |
| download | angular.js-d9ed9c5ac1fdf677781cbf7c15c35912fb7d2a18.tar.bz2 | |
docs(ng/filter/filter): make docs human readable
Diffstat (limited to 'src/ng')
| -rw-r--r-- | src/ng/filter/filter.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ng/filter/filter.js b/src/ng/filter/filter.js index 4209fbd8..51c2e7bc 100644 --- a/src/ng/filter/filter.js +++ b/src/ng/filter/filter.js @@ -14,8 +14,8 @@ * * Can be one of: * - * - `string`: Predicate that results in a substring match using the value of `expression` - * string. All strings or objects with string properties in `array` that contain this string + * - `string`: The string is evaluated as an expression and the resulting value is used for substring match against + * the contents of the `array`. All strings or objects with string properties in `array` that contain this string * will be returned. The predicate can be negated by prefixing the string with `!`. * * - `Object`: A pattern object can be used to filter specific properties on objects contained |
