aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/content/guide/dev_guide.templates.filters.using_filters.ngdoc4
1 files changed, 4 insertions, 0 deletions
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: