Skip to content

Commit 5a8ae94

Browse files
demoivepetebacondarwin
authored andcommitted
docs(filter): improve syntax for usage in templates
1 parent 6605adf commit 5a8ae94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/filter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
*
7070
* The general syntax in templates is as follows:
7171
*
72-
* {{ expression | [ filter_name ] }}
72+
* {{ expression [| filter_name[:parameter_value] ... ] }}
7373
*
7474
* @param {String} name Name of the filter function to retrieve
7575
* @return {Function} the filter function

0 commit comments

Comments
 (0)