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 b94125ac14
commit d56b62dcda

View file

@ -19,6 +19,10 @@ You can also pass colon-delimited arguments to filters, for example, to display
123 | number:2 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 Here are some examples that show values before and after applying different filters to an
expression in a binding: expression in a binding: