From bec4435945d9a18eb6650caaca022da00fd7a1d4 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 6 Feb 2013 14:14:49 -0800 Subject: docs(guide): remove stale info about filters changing DOM as of v0.10.6 this is not the case any more --- docs/content/guide/dev_guide.templates.filters.ngdoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs/content/guide') diff --git a/docs/content/guide/dev_guide.templates.filters.ngdoc b/docs/content/guide/dev_guide.templates.filters.ngdoc index 4cd743a4..e1f886b1 100644 --- a/docs/content/guide/dev_guide.templates.filters.ngdoc +++ b/docs/content/guide/dev_guide.templates.filters.ngdoc @@ -2,9 +2,7 @@ @name Developer Guide: Templates: Understanding Angular Filters @description -Angular filters format data for display to the user. In addition to formatting data, filters can -also modify the DOM. This allows filters to handle tasks such as conditionally applying CSS styles -to filtered output. +Angular filters format data for display to the user. For example, you might have a data object that needs to be formatted according to the locale before displaying it to the user. You can pass expressions through a chain of filters like this: -- cgit v1.2.3