From 2cc2196140b9bf0b72f2aa4d2ed5c8db0cedd36a Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Tue, 9 Jun 2015 23:11:08 +0100 Subject: [PATCH] docs(annotations_impl): fix invalid code blocks --- modules/angular2/src/core/annotations_impl/annotations.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/angular2/src/core/annotations_impl/annotations.ts b/modules/angular2/src/core/annotations_impl/annotations.ts index bcc2ce96fe..6de1fb9dcc 100644 --- a/modules/angular2/src/core/annotations_impl/annotations.ts +++ b/modules/angular2/src/core/annotations_impl/annotations.ts @@ -565,6 +565,7 @@ export class Directive extends Injectable { * Use `propertyName: eventName` when the event emitter property name is different from the name * of the emitted event: * + * ``` * @Component({ * events: ['status: statusChange'] * }) @@ -771,6 +772,7 @@ export class Directive extends Injectable { * * ## Simple Example * + * ``` * @Directive({ * selector: 'child-dir', * exportAs: 'child'