From 635cdaaa9a6586b6c48665821dad26c201c5ec05 Mon Sep 17 00:00:00 2001 From: John K. Paul Date: Sat, 22 Mar 2014 12:24:07 -0400 Subject: docs(guide/directive): fix broken link Fix broken internal link in directive documentation. Closes #6802 --- docs/content/guide/directive.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide/directive.ngdoc') diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index a6e839bd..2a9f293c 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -510,7 +510,7 @@ that you explicitly pass in.
**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.
-- cgit v1.2.3