You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
Hi, i got a problem, i declare the ng-repeat of lists of objects using track by uniqueid, but the ui-select still uses '$$hashkey' like he cant reconognize the track.
<ui-selectmultipleng-init= "typeDocumentsAll= listTypeDocs()"
ng-model="searchParams.typedocs"
theme="select2"
style="width: 200px;"><ui-select-matchplaceholder="Select the type of document.">
{{$item.code}}
</ui-select-match><ui-select-choicesrepeat="typedoc in (typeDocumentsAll | filter:$select.search) track by typedoc.code "
><divng-bind="typedoc.code"></div><small>
name: <spanng-bind-html="''+typedoc.name | highlight: $select.search"></span></small></ui-select-choices></ui-select>
Hi, i got a problem, i declare the ng-repeat of lists of objects using track by uniqueid, but the ui-select still uses '$$hashkey' like he cant reconognize the track.
This is relationed to #665
The text was updated successfully, but these errors were encountered: