Skip to content

Commit 31f20b6

Browse files
vitvadNarretz
authored andcommitted
docs($filter): add link to built-in filters page
1 parent 9130166 commit 31f20b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ng/filter.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@
7373
* @name $filter
7474
* @kind function
7575
* @description
76-
* Filters are used for formatting data displayed to the user.
76+
* 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.
7779
*
7880
* The general syntax in templates is as follows:
7981
*

0 commit comments

Comments
 (0)