我使用ui-select在angular-xeditable。 in this sample一切正常,但型號未更新(選擇項目時,foo.bar不會更改)。你可以幫我嗎?型號不更新角度可調,角度Ui-選擇
<span editable-ui-select="foo.bar" e-ng-model="foo.bar" e-name="bar" name="bar" e-form="editableForm">
{{foo.bar.name}}
<editable-ui-select-match placeholder="Search..." style="width:500px">
{{$select.selected.name}}
</editable-ui-select-match>
<editable-ui-select-choices repeat="b in bars | filter:$select.search">
{{b.name}}
</editable-ui-select-choices>
</span>
你肯定是x可編輯已經實現了ui-select?我在x-editable文檔 – Beartums
thanx中的任何地方都沒有看到它的響應,x-editable沒有實現ui-select,但該示例有一個指示,用於在x-editable中使用ui-select,一切正常,但僅限於型號在用戶選擇項目時不更新。 plase看看例子。 – ali
您是否找到了解決方案?謝謝。 – Sampath