uncomment changeDetection spec in redoc

This commit is contained in:
Roman Hotsiy 2015-11-29 13:37:19 +02:00
parent 667af8f2e4
commit f44ded1e86

View File

@ -12,8 +12,8 @@ import {ChangeDetectionStrategy} from 'angular2/angular2';
providers: [SchemaManager],
templateUrl: './lib/components/Redoc/redoc.html',
styleUrls: ['./lib/components/Redoc/redoc.css'],
directives: [ApiInfo, MethodsList, SideMenu]
//changeDetection: ChangeDetectionStrategy.Default
directives: [ApiInfo, MethodsList, SideMenu],
changeDetection: ChangeDetectionStrategy.Default
})
export default class Redoc extends BaseComponent {
constructor(schemaMgr) {