We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9130166 commit 31f20b6Copy full SHA for 31f20b6
src/ng/filter.js
@@ -73,7 +73,9 @@
73
* @name $filter
74
* @kind function
75
* @description
76
- * Filters are used for formatting data displayed to the user.
+ * Filters are used for formatting data displayed to the user. They can be used in view
77
+ * templates, controllers or services. Angular comes with a collection of
78
+ * [built-in filters](api/ng/filter), but it is easy to define your own as well.
79
*
80
* The general syntax in templates is as follows:
81
0 commit comments