Skip to content

Commit

Permalink
fix(docs): Fix docs for Directive.compileChildren
Browse files Browse the repository at this point in the history
  • Loading branch information
argelius authored and vicb committed Jun 17, 2015
1 parent cd735c4 commit 9700e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/angular2/src/core/annotations_impl/annotations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9700e80

Please sign in to comment.