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

Commit a80d944

Browse files
committed
docs(guide/production): clarification in disabling debug data
Closes #10762
1 parent dda65e9 commit a80d944

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/content/guide/production.ngdoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ There are a few things you might consider when running your AngularJS applicatio
1010

1111
## Disabling Debug Data
1212

13-
By default AngularJS attaches information about scopes to DOM nodes, and adds CSS classes
14-
to data-bound elements. The information that is not included is:
13+
By default AngularJS attaches information about binding and scopes to DOM nodes,
14+
and adds CSS classes to data-bound elements:
1515

16-
As a result of `ngBind`, `ngBindHtml` or `{{...}}` interpolations, binding data and CSS class
17-
`ng-class` is attached to the corresponding element.
16+
- As a result of `ngBind`, `ngBindHtml` or `{{...}}` interpolations, binding data and CSS class
17+
`ng-binding` are attached to the corresponding element.
1818

19-
Where the compiler has created a new scope, the scope and either `ng-scope` or `ng-isolated-scope`
19+
- Where the compiler has created a new scope, the scope and either `ng-scope` or `ng-isolated-scope`
2020
CSS class are attached to the corresponding element. These scope references can then be accessed via
2121
`element.scope()` and `element.isolateScope()`.
2222

0 commit comments

Comments
 (0)