docs(guide/filters): document multiple arguments syntax

Add example of using a filter with that accepts multiple arguments.
This commit is contained in:
Colin Kahn 2013-04-08 16:04:23 -07:00 committed by Igor Minar
parent e142687bcb
commit 59eb96b9e4

View file

@ -19,6 +19,10 @@ You can also pass colon-delimited arguments to filters, for example, to display
123 | number:2
Use the same syntax for multiple arguments:
myArray | orderBy:'timestamp':true
Here are some examples that show values before and after applying different filters to an
expression in a binding: