mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-05 21:54:42 +00:00
docs(guide): remove stale info about filters changing DOM
as of v0.10.6 this is not the case any more
This commit is contained in:
parent
6fb1054ce6
commit
bec4435945
1 changed files with 1 additions and 3 deletions
|
|
@ -2,9 +2,7 @@
|
||||||
@name Developer Guide: Templates: Understanding Angular Filters
|
@name Developer Guide: Templates: Understanding Angular Filters
|
||||||
@description
|
@description
|
||||||
|
|
||||||
Angular filters format data for display to the user. In addition to formatting data, filters can
|
Angular filters format data for display to the user.
|
||||||
also modify the DOM. This allows filters to handle tasks such as conditionally applying CSS styles
|
|
||||||
to filtered output.
|
|
||||||
|
|
||||||
For example, you might have a data object that needs to be formatted according to the locale before
|
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:
|
displaying it to the user. You can pass expressions through a chain of filters like this:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue