diff --git a/docs/content/guide/filter.ngdoc b/docs/content/guide/filter.ngdoc index d05f8ae1dcf5..bb1c49408abe 100644 --- a/docs/content/guide/filter.ngdoc +++ b/docs/content/guide/filter.ngdoc @@ -3,6 +3,8 @@ @sortOrder 280 @description +# Filters + A filter formats the value of an expression for display to the user. They can be used in view templates, controllers or services and it is easy to define your own filter.