From 9700e80698e867282c4c32741962c334782bef45 Mon Sep 17 00:00:00 2001 From: Andreas Argelius Date: Wed, 17 Jun 2015 11:30:15 +0900 Subject: [PATCH] fix(docs): Fix docs for Directive.compileChildren --- modules/angular2/src/core/annotations_impl/annotations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/src/core/annotations_impl/annotations.ts b/modules/angular2/src/core/annotations_impl/annotations.ts index 7ea8c0bd05..fbe3948cbd 100644 --- a/modules/angular2/src/core/annotations_impl/annotations.ts +++ b/modules/angular2/src/core/annotations_impl/annotations.ts @@ -720,7 +720,7 @@ export class Directive extends Injectable { lifecycle: List; /** - * If set to true the compiler does not compile the children of this directive. + * If set to false the compiler does not compile the children of this directive. */ // TODO(vsavkin): This would better fall under the Macro directive concept. compileChildren: boolean;