We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83fab9 commit 9a2b6efCopy full SHA for 9a2b6ef
docs/content/guide/css-styling.ngdoc
@@ -12,6 +12,10 @@ Angular sets these CSS classes. It is up to your application to provide useful s
12
- **Usage:** angular applies this class to any element for which a new {@link $rootScope scope}
13
is defined. (see {@link guide/scope scope} guide for more information about scopes)
14
15
+* `ng-isolate-scope`
16
+ - **Usage:** angular applies this class to any element for which a new
17
+ {@link guide/directive#isolating-the-scope-of-a-directive isolate scope} is defined.
18
+
19
* `ng-binding`
20
- **Usage:** angular applies this class to any element that is attached to a data binding, via `ng-bind` or
21
`{{}}` curly braces, for example. (see {@link guide/databinding databinding} guide)
0 commit comments