diff options
Diffstat (limited to 'src/ng')
| -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 |
