Skip to content

Commit 9700e80

Browse files
argeliusvicb
authored andcommitted
fix(docs): Fix docs for Directive.compileChildren
1 parent cd735c4 commit 9700e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/src/core/annotations_impl/annotations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ export class Directive extends Injectable {
720720
lifecycle: List<LifecycleEvent>;
721721

722722
/**
723-
* If set to true the compiler does not compile the children of this directive.
723+
* If set to false the compiler does not compile the children of this directive.
724724
*/
725725
// TODO(vsavkin): This would better fall under the Macro directive concept.
726726
compileChildren: boolean;

0 commit comments

Comments
 (0)