angular-xeditableでui-selectを使用しました。このサンプルではすべて問題ありませんが、モデルは更新されません (項目を選択しても foo.bar は変更されません)。手伝って頂けますか?
<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>