diff options
| author | John K. Paul | 2014-03-22 12:24:07 -0400 |
|---|---|---|
| committer | Caitlin Potter | 2014-03-22 16:12:26 -0400 |
| commit | 635cdaaa9a6586b6c48665821dad26c201c5ec05 (patch) | |
| tree | ad3d6ab7348b37bc5ff64e61baa976a5a88012a9 | |
| parent | c7a49b34c653adbb51fd7f1f54b748b5215f7656 (diff) | |
| download | angular.js-635cdaaa9a6586b6c48665821dad26c201c5ec05.tar.bz2 | |
docs(guide/directive): fix broken link
Fix broken internal link in directive documentation.
Closes #6802
| -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> |
