aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorIgor Minar2013-02-06 14:14:49 -0800
committerIgor Minar2013-02-06 14:15:43 -0800
commit8801e69dba5d5713bb25de7203a73e5b503694e0 (patch)
tree3d8614430e615a42f8da5953163c00f28f182544 /docs/content
parentf4afa398a1fab2c545f8b9e00fd5acd66f4c6885 (diff)
downloadangular.js-8801e69dba5d5713bb25de7203a73e5b503694e0.tar.bz2
docs(guide): remove stale info about filters changing DOM
as of v0.10.6 this is not the case any more
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/guide/dev_guide.templates.filters.ngdoc4
1 files changed, 1 insertions, 3 deletions
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: