Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit bec4435

Browse files
committed
docs(guide): remove stale info about filters changing DOM
as of v0.10.6 this is not the case any more
1 parent 6fb1054 commit bec4435

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/content/guide/dev_guide.templates.filters.ngdoc

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
@name Developer Guide: Templates: Understanding Angular Filters
33
@description
44

5-
Angular filters format data for display to the user. In addition to formatting data, filters can
6-
also modify the DOM. This allows filters to handle tasks such as conditionally applying CSS styles
7-
to filtered output.
5+
Angular filters format data for display to the user.
86

97
For example, you might have a data object that needs to be formatted according to the locale before
108
displaying it to the user. You can pass expressions through a chain of filters like this:

0 commit comments

Comments
 (0)