docs(annotations_impl): fix invalid code blocks

This commit is contained in:
Peter Bacon Darwin 2015-06-09 23:11:08 +01:00
parent 65cbcb2f73
commit 2cc2196140
1 changed files with 2 additions and 0 deletions

View File

@ -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'