From 8a9816e06ba1c8d60c3b5f5e0cb98cf2ec1112d5 Mon Sep 17 00:00:00 2001 From: Yves Richard Date: Mon, 18 Nov 2013 06:12:50 -0700 Subject: docs(guide/compiler): fix typo in isolate scope def Closes #4999 --- docs/content/guide/compiler.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide/compiler.ngdoc') diff --git a/docs/content/guide/compiler.ngdoc b/docs/content/guide/compiler.ngdoc index d1ad3eee..ffc6ea43 100644 --- a/docs/content/guide/compiler.ngdoc +++ b/docs/content/guide/compiler.ngdoc @@ -350,7 +350,7 @@ Creating local properties on widget scope creates two problems: To solve the issue of lack of isolation, the directive declares a new `isolated` scope. An -isolated scope does not prototypically inherit from the child scope, and therefore we don't have +isolated scope does not prototypically inherit from the parent scope, and therefore we don't have to worry about accidentally clobbering any properties. However `isolated` scope creates a new problem: if a transcluded DOM is a child of the widget -- cgit v1.2.3