From 505e5f4d68bf1b926352e9aef91b8359e7691db8 Mon Sep 17 00:00:00 2001 From: lordg Date: Sat, 27 Feb 2016 18:30:07 +0200 Subject: [PATCH] docs(guide/Filters): Adding Title for consistency --- docs/content/guide/filter.ngdoc | 2 ++ 1 file changed, 2 insertions(+) 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.