From 87ebad4b60643960885044de0bbfbbb2d273bcaa Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Sun, 26 Jun 2016 15:19:13 +0300 Subject: [PATCH] docs(guide/Filters): updating the docs with a clear link to the built-in filters --- docs/content/guide/filter.ngdoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/content/guide/filter.ngdoc b/docs/content/guide/filter.ngdoc index 29b2fd5d571c..1ed92d6b920d 100644 --- a/docs/content/guide/filter.ngdoc +++ b/docs/content/guide/filter.ngdoc @@ -10,7 +10,9 @@ controllers or services and it is easy to define your own filter. The underlying API is the {@link ng.$filterProvider `filterProvider`}. -## Using filters in view templates +A list of {@link ng.filter `built in filters`} in Angular. + +## Using filters in view templatesa Filters can be applied to expressions in view templates using the following syntax: