docs(guide/directive): fix broken link

Fix broken internal link in directive documentation.

Closes #6802
This commit is contained in:
John K. Paul
2014-03-22 12:24:07 -04:00
committed by Caitlin Potter
parent c7a49b34c6
commit 635cdaaa9a

View File

@@ -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>