mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(filter): improve syntax for usage in templates
This commit is contained in:
parent
9c6e34bfc1
commit
2bc4793ee8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue