diff options
| author | Paulo Ávila | 2013-04-24 23:22:19 +0300 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-04-24 21:55:58 +0100 |
| commit | 5a8ae94f9c4a204253f01464a60577ba7daab866 (patch) | |
| tree | 378bafc6bbc3a6c7dd1f00cbce5267e218348521 | |
| parent | 6605adf6d96cee2ef53dfad24e99d325df732cab (diff) | |
| download | angular.js-5a8ae94f9c4a204253f01464a60577ba7daab866.tar.bz2 | |
docs(filter): improve syntax for usage in templates
| -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 |
