Skip to content

Commit 2bc4793

Browse files
demoivepetebacondarwin
authored andcommitted
docs(filter): improve syntax for usage in templates
1 parent 9c6e34b commit 2bc4793

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)