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

Commit 9a2b6ef

Browse files
Justin Walshjeffbcross
Justin Walsh
authored andcommitted
docs(guide/Working With CSS): add doc for ng-isolate-scope
1 parent e83fab9 commit 9a2b6ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/content/guide/css-styling.ngdoc

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Angular sets these CSS classes. It is up to your application to provide useful s
1212
- **Usage:** angular applies this class to any element for which a new {@link $rootScope scope}
1313
is defined. (see {@link guide/scope scope} guide for more information about scopes)
1414

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+
1519
* `ng-binding`
1620
- **Usage:** angular applies this class to any element that is attached to a data binding, via `ng-bind` or
1721
`{{}}` curly braces, for example. (see {@link guide/databinding databinding} guide)

0 commit comments

Comments
 (0)