From d56b62dcda4b0c403d28b7dbd5c1844a85d20e03 Mon Sep 17 00:00:00 2001 From: Colin Kahn Date: Mon, 8 Apr 2013 16:04:23 -0700 Subject: docs(guide/filters): document multiple arguments syntax Add example of using a filter with that accepts multiple arguments. --- docs/content/guide/dev_guide.templates.filters.using_filters.ngdoc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/content/guide') diff --git a/docs/content/guide/dev_guide.templates.filters.using_filters.ngdoc b/docs/content/guide/dev_guide.templates.filters.using_filters.ngdoc index 9de4c943..f6b3b9ad 100644 --- a/docs/content/guide/dev_guide.templates.filters.using_filters.ngdoc +++ b/docs/content/guide/dev_guide.templates.filters.using_filters.ngdoc @@ -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: -- cgit v1.2.3