diff options
| -rw-r--r-- | docs/content/guide/directive.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
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. <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> |
