fixed the selector name for model view components (#1488)

This commit is contained in:
Leila Lali
2018-05-24 15:20:24 -07:00
committed by GitHub
parent 2efea63000
commit 8fce79f385
6 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ import { IComponent, IComponentDescriptor, IModelStore, ComponentEventType } fro
import { CommonServiceInterface } from 'sql/services/common/commonServiceInterface.service';
@Component({
selector: 'label',
selector: 'modelview-text',
template: `
<p>{{getValue()}}</p>`
})