diff options
| author | Paulo Ávila | 2013-04-24 23:22:19 +0300 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-04-24 21:57:48 +0100 |
| commit | 2bc4793ee8a55ff252a312813f6b0d59d0039eff (patch) | |
| tree | 21dc3cdeb810e8d7a451417b01d7768a8ff21a16 /src | |
| parent | 9c6e34bfc15d757a888ce5ccfe37a99d22824702 (diff) | |
| download | angular.js-2bc4793ee8a55ff252a312813f6b0d59d0039eff.tar.bz2 | |
docs(filter): improve syntax for usage in templates
Diffstat (limited to 'src')
| -rw-r--r-- | src/ng/filter.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/filter.js b/src/ng/filter.js index 94a3ae24..ac345306 100644 --- a/src/ng/filter.js +++ b/src/ng/filter.js @@ -69,7 +69,7 @@ * * The general syntax in templates is as follows: * - * {{ expression | [ filter_name ] }} + * {{ expression [| filter_name[:parameter_value] ... ] }} * * @param {String} name Name of the filter function to retrieve * @return {Function} the filter function |
