NejcZdovc/ng2-select2

don't work with angular4?

AnthonyYY opened this issue · 1 comments

<select2 [cssImport]="false" [width]="'100%'" [data]="[{id: '1',text: 'haha'},{id: '2',text: 'haha'}]" id="courseType"></select2>
It can't show list when bind data with this.data = [{id: '',text:''}], so i directly write in template but still don't work

it works well with ng4, my mistake. close the issue