This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ There are a few things you might consider when running your AngularJS applicatio
10
10
11
11
## Disabling Debug Data
12
12
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:
15
15
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.
18
18
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`
20
20
CSS class are attached to the corresponding element. These scope references can then be accessed via
21
21
`element.scope()` and `element.isolateScope()`.
22
22
You can’t perform that action at this time.
0 commit comments