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

Commit e76105a

Browse files
malkoIgorMinar
authored andcommitted
docs(guide/directives): improve links to isolate scope docs
Link "isolate scope" to "Directive Definition object" section Closes #7484
1 parent 14e9be2 commit e76105a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/guide/directive.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,8 @@ that you explicitly pass in.
510510

511511
<div class="alert alert-warning">
512512
**Note:** Normally, a scope prototypically inherits from its parent. An isolated scope does not.
513-
See the {@link guide/directive#isolating-the-scope-of-a-directive
514-
"Isolating the Scope of a Directive"} section for more information about isolate scopes.
513+
See the {@link api/ng/service/$compile#directive-definition-object
514+
"Directive Definition Object - scope"} section for more information about isolate scopes.
515515
</div>
516516

517517
<div class="alert alert-success">

0 commit comments

Comments
 (0)