Angular 2-是否有人熟悉bootstrap-multiselect的使用?

时间:2016-03-17 15:09:58

标签: typescript angular bootstrap-multiselect

我想使用这个插件:https://github.com/ravendb/ravendb/blob/master/Raven.Studio.Html5/Scripts/typings/bootstrap.multiselect/bootstrap.multiselect.d.ts

它正在处理静态值,但是当我想通过数组使用循环时,它没有显示任何结果。也许你们中的一些人之前有过这个问题。

以下是模板代码:

 <select id="example-getting-started" multiple="multiple">
    <option *ngFor="#list of checks">{{list}}</option>
</select>

这里是类代码:

    ngOnInit() {
    $('#example-getting-started').multiselect();
}

代码没有错,但也许有人确实有同样的问题..

0 个答案:

没有答案