jquery select2のように、すでに模索されているオプションを angular ui-selectに渡すことは何とか可能ですか? 一部のオプションには親がないため、私には使用できません。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"}
]}
]