This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
ui-select into ui-select trouble #2184
Open
Description
Hello!
Sorry me if my question is not bug.
but i cant make ui-select into ui-select
<ui-select multiple ng-model="reportfilterset.objectsfilter" theme="bootstrap" remove-selected="false">
<ui-select-match placeholder="Выбрать параметры">
<p>{{$item.name}}</p>
<ui-select ng-if="$item.type == 2" id="selectedbox{{$item.id}}" theme="bootstrap" ng-model="$item.value" close-on-select="true" ng-change="onChanged($selected);" title="" remove-selected="false">
<ui-select-match placeholder="Выбрать реакции">{{$selected.name}}</ui-select-match>
<ui-select-choices repeat="yesno in yesnoselector">
{{ yesno.name }}
</ui-select-choices>
</ui-select>
</ui-select-match>
<ui-select-choices class="ui-select-choices" repeat="filterset in availableFilters">
{{ filterset.name }}
</ui-select-choices>
</ui-select>
when i add new item in parent select, value in selected first item have a pointer two element, why?
angular version: AngularJS v1.3.20
uiselect : 0.13.2
Metadata
Metadata
Assignees
Labels
No labels