Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(filter): improve syntax for usage in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
demoive authored and petebacondarwin committed Apr 24, 2013
1 parent 6605adf commit 5a8ae94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng/filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a8ae94

Please sign in to comment.