comments fix

This commit is contained in:
Roman Hotsiy 2015-12-19 02:26:42 +02:00
parent 7d578b85e5
commit bde8f742a4
3 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ describe('ApiInfo Component', () => {
}); });
/** Test component that contains an MdButton. */ /** Test component that contains an ApiInfo. */
@Component({selector: 'test-app'}) @Component({selector: 'test-app'})
@View({ @View({
directives: [ApiInfo], directives: [ApiInfo],

View File

@ -48,7 +48,7 @@ describe('jjj Component', () => {
}); });
/** Test component that contains an MdButton. */ /** Test component that contains an Method. */
@Component({selector: 'test-app'}) @Component({selector: 'test-app'})
@View({ @View({
directives: [Method], directives: [Method],

View File

@ -36,7 +36,7 @@ describe('Redoc Component', () => {
}); });
/** Test component that contains an MdButton. */ /** Test component that contains an Redoc. */
@Component({selector: 'test-app'}) @Component({selector: 'test-app'})
@View({ @View({
directives: [Redoc], directives: [Redoc],