你能告訴我如何在UI選擇值中選擇值嗎?如何在UI選擇值中選擇值?
實際上,當用戶選擇我要選擇項目。這裏的任何年齡的名字是我的代碼 http://plnkr.co/edit/InxOyQRjrlrDJtx2VuzI?p=preview
<ui-select tagging tagging-label="new tag" multiple ng-model="multipleDemo" theme="select2" ng-disabled="disabled" style="width: 300px;">
<ui-select-match placeholder="Select colors...">{{$item.name}}</ui-select-match>
<ui-select-choices repeat="color in people | filter:$select.search">
{{color.name}}
</ui-select-choices>
</ui-select>
例
當我選擇利亞multipleDemo模型值 或者我選擇Wladimir是型號值「30」.. 它是多重選擇所以型號應該是陣列..
我們可以做到這一點嗎?
它不是當前我需要多個選擇 – user944513
它應該給'年齡'的數組。非單一時代 – user944513
@ user944513請檢查更新 – Moumit