There was an error while loading. Please reload this page.
1 parent cd735c4 commit 9700e80Copy full SHA for 9700e80
modules/angular2/src/core/annotations_impl/annotations.ts
@@ -720,7 +720,7 @@ export class Directive extends Injectable {
720
lifecycle: List<LifecycleEvent>;
721
722
/**
723
- * 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.
724
*/
725
// TODO(vsavkin): This would better fall under the Macro directive concept.
726
compileChildren: boolean;
0 commit comments