fix(docs): Fix docs for Directive.compileChildren

This commit is contained in:
Andreas Argelius 2015-06-17 11:30:15 +09:00 committed by Victor Berchet
parent cd735c4837
commit 9700e80698
1 changed files with 1 additions and 1 deletions

View File

@ -720,7 +720,7 @@ export class Directive extends Injectable {
lifecycle: List<LifecycleEvent>;
/**
* 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;