diff options
Diffstat (limited to 'docs/content/guide/directive.ngdoc')
| -rw-r--r-- | docs/content/guide/directive.ngdoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index b3925bfc..035993d7 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -506,6 +506,8 @@ 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 +"Isolating the Scope of a Directive"} section for more information about isolate scopes. </div> <div class="alert alert-success"> |
