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

@@ -18,7 +18,7 @@ import { CommonServiceInterface } from 'sql/services/common/commonServiceInterfa
import { attachInputBoxStyler, attachListStyler } from 'vs/platform/theme/common/styler';
@Component({
selector: 'checkbox',
selector: 'modelview-checkbox',
template: `
<div #input style="width: 100%"></div>
`