diff options
| author | Pete Bacon Darwin | 2013-12-18 21:13:17 +0000 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-12-18 21:14:12 +0000 |
| commit | bf816d3ade9e72629521f78a81e5843bce876987 (patch) | |
| tree | 6a05b1a947bb0aef8422abbc3b6a57f6d5dcb74b /docs/content/guide/directive.ngdoc | |
| parent | 74b4ab88677469386d0ea1e162554c6af372b898 (diff) | |
| download | angular.js-bf816d3ade9e72629521f78a81e5843bce876987.tar.bz2 | |
docs(guide/directive): improve access to isolate scope information
Closes #5329
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"> |
