docs($filter): add link to built-in filters page

This commit is contained in:
Vitaly P
2016-07-30 10:57:19 -04:00
committed by Martin Staffa
parent 9130166767
commit 31f20b6db1
+3 -1
View File
@@ -73,7 +73,9 @@
* @name $filter
* @kind function
* @description
* 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
* templates, controllers or services. Angular comes with a collection of
* [built-in filters](api/ng/filter), but it is easy to define your own as well.
*
* The general syntax in templates is as follows:
*