We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb1054 commit bec4435Copy full SHA for bec4435
docs/content/guide/dev_guide.templates.filters.ngdoc
@@ -2,9 +2,7 @@
2
@name Developer Guide: Templates: Understanding Angular Filters
3
@description
4
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.
+Angular filters format data for display to the user.
8
9
For example, you might have a data object that needs to be formatted according to the locale before
10
displaying it to the user. You can pass expressions through a chain of filters like this:
0 commit comments