【发布时间】:2014-10-07 12:26:18
【问题描述】:
是否有可能以某种方式将已经摸索的选项传递给 angular ui-select,例如 jquery select2 Grouping results in Select2?对我来说不可能使用group-by,因为有些选项没有父选项。
[
{id: 3, text: "Item name 3 without parent."},
{text: "Group name", children: [
{id: 1, text: "Item name 1"},
{id: 2, text: "Item name 2"}
]}
]
【问题讨论】:
标签: angularjs ui-select2