diff --git a/modules/angular2/src/core/annotations_impl/annotations.js b/modules/angular2/src/core/annotations_impl/annotations.js index c87c5c1389..76634ede25 100644 --- a/modules/angular2/src/core/annotations_impl/annotations.js +++ b/modules/angular2/src/core/annotations_impl/annotations.js @@ -832,7 +832,7 @@ export class Component extends Directive { * }) * @View({ * template: `{{greeter.greet('world')}}!`, - * directives: Child + * directives: [Child] * }) * class HelloWorld { * greeter:Greeter;