docs(metadata): correct ES5 annotation examples

Closes #3720
This commit is contained in:
Pawel Kozlowski
2015-08-19 11:42:59 +02:00
parent d191ec4c33
commit abb0e279a5
+4 -4
View File
@@ -175,7 +175,7 @@ export interface DirectiveFactory {
* };
*
* MyComponent.annotations = [
* new ng.Component({...})
* new ng.Component({...}),
* new ng.View({...})
* ]
* ```
@@ -245,7 +245,7 @@ export interface ComponentFactory {
* };
*
* MyComponent.annotations = [
* new ng.Component({...})
* new ng.Component({...}),
* new ng.View({...})
* ]
* ```
@@ -307,7 +307,7 @@ export interface ViewFactory {
* };
*
* MyComponent.annotations = [
* new ng.Component({...})
* new ng.Component({...}),
* new ng.View({...})
* ]
* MyComponent.parameters = [
@@ -358,7 +358,7 @@ export interface AttributeFactory {
* };
*
* MyComponent.annotations = [
* new ng.Component({...})
* new ng.Component({...}),
* new ng.View({...})
* ]
* MyComponent.parameters = [