Skip to content

Commit

Permalink
docs(guide): remove stale info about filters changing DOM
Browse files Browse the repository at this point in the history
as of v0.10.6 this is not the case any more
  • Loading branch information
IgorMinar committed Feb 6, 2013
1 parent 6fb1054 commit bec4435
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/content/guide/dev_guide.templates.filters.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bec4435

Please sign in to comment.