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 in a list of items #1949
Open
Description
Hi,
Version angular : 1.5.6
Version ui-select : 0.19.5 - 2016-10-24T23:13:59.434Z
I wanna integrate multiple ui-select in a ng-repeat instructions like :
https://embed.plnkr.co/60qhM74EUXb7or78sx39/
But when I select an other element, the model is an objets like
{"Cle":124,"Valeur":"- COMPTES RENDUS KINE","Type":"TypeDocument"}
Can you tell how i get the good value of the field "Cle" or the method for implemente this please ?
I have try
on-select="changeTypeDocumentId($item, $model)"
But can't get the model
And too :
ng-model="$parent.document.TypeDocumentId"
but nothing.
Best regards