From 2bc4793ee8a55ff252a312813f6b0d59d0039eff Mon Sep 17 00:00:00 2001 From: Paulo Ávila Date: Wed, 24 Apr 2013 23:22:19 +0300 Subject: docs(filter): improve syntax for usage in templates --- src/ng/filter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3