2

ui-select-header ( https://github.com/angular-ui/ui-select/wiki/ui-select-header-and-footer ) が計画されているようですが、利用可能になるまで回避策が必要です、良いアイデアはありますか?次のようなコントロールに「すべて選択」ボタンを追加したいと思います。

<ui-select ng-model="address.selected" theme="bootstrap">
<ui-select-match>{{$select.selected.formatted_address}}</ui-select-match>
<ui-select-choices repeat="address in addresses track by $index">
    <input type="checkbox" ng-model="address.selected">{{address.formatted_address}}
</ui-select-choices>

4

0 に答える 0