There was an error while loading. Please reload this page.
1 parent 2e0e77e commit 56a9eabCopy full SHA for 56a9eab
1 file changed
docs/content/guide/filter.ngdoc
@@ -5,10 +5,11 @@
5
6
# Filters
7
8
-A filter formats the value of an expression for display to the user. They can be used in view templates,
9
-controllers or services and it is easy to define your own filter.
+Filters format the value of an expression for display to the user. They can be used in view
+templates, controllers or services. Angular comes with a collection of
10
+[built-in filters](api/ng/filter), but it is easy to define your own as well.
11
-The underlying API is the {@link ng.$filterProvider `filterProvider`}.
12
+The underlying API is the {@link ng.$filterProvider}.
13
14
## Using filters in view templates
15
0 commit comments