Angular中的isteven-multi-select

时间:2017-10-23 12:13:28

标签: javascript angular

我可以使用带有ng-model的isteven-multi-select吗?我想要做的是当页面打开时,一些项目应该在isteven-multi-select modul中选择。在html页面中,也许我可以使用ng-model来填充isteven-multi-select items.But我可以不这样做。你有什么想法吗?

<div isteven-multi-select input-model="vm.list" ng-model="vm.list.countries"
            output-model="vm.list.countries" button-label="icon name"
            item-label="icon name" tick-property="ticked"
            helper-elements="all,filter,none" output-properties="screenName"
            max-height="300px"></div>

1 个答案:

答案 0 :(得分:0)

您应该向vm.list中的对象添加额外的字段ticked。如果您将ticket属性设置为true,则它已经预先选择