From 3a95acc3fe79d12f451400220b6c2eb1dbf59c53 Mon Sep 17 00:00:00 2001 From: Jonathan Gotti Date: Fri, 16 May 2014 11:38:45 +0200 Subject: [PATCH] make "isolate scope" less isolated :p Link "isolate scope" to "Directive Definition object" section --- docs/content/guide/directive.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index 98c5b603cebb..db8b596d6656 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -510,8 +510,8 @@ that you explicitly pass in.
**Note:** Normally, a scope prototypically inherits from its parent. An isolated scope does not. -See the {@link guide/directive#isolating-the-scope-of-a-directive -"Isolating the Scope of a Directive"} section for more information about isolate scopes. +See the {@link api/ng/service/$compile#directive-definition-object +"Directive Definition Object - scope"} section for more information about isolate scopes.