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

Commit

Permalink
docs(guide/directive): fix broken link
Browse files Browse the repository at this point in the history
Fix broken internal link in directive documentation.

Closes #6802
  • Loading branch information
johnkpaul authored and matsko committed Mar 28, 2014
1 parent 9ae9c1c commit 20d926c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guide/directive.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ that you explicitly pass in.

<div class="alert alert-warning">
**Note:** Normally, a scope prototypically inherits from its parent. An isolated scope does not.
See the {@link guide/directive#creating-custom-directives_demo_isolating-the-scope-of-a-directive
See the {@link guide/directive#isolating-the-scope-of-a-directive
"Isolating the Scope of a Directive"} section for more information about isolate scopes.
</div>

Expand Down

0 comments on commit 20d926c

Please sign in to comment.