aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaulo Ávila2013-04-24 23:22:19 +0300
committerPete Bacon Darwin2013-04-24 21:55:58 +0100
commit5a8ae94f9c4a204253f01464a60577ba7daab866 (patch)
tree378bafc6bbc3a6c7dd1f00cbce5267e218348521
parent6605adf6d96cee2ef53dfad24e99d325df732cab (diff)
downloadangular.js-5a8ae94f9c4a204253f01464a60577ba7daab866.tar.bz2
docs(filter): improve syntax for usage in templates
-rw-r--r--src/ng/filter.js2
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