jimrhoskins / ngmodules.org

Angular Modules Website
http://ngmodules.org
81 stars 11 forks source link

Problem with model-key #48

Open antogarcia72 opened 9 years ago

antogarcia72 commented 9 years ago

Hi Jim, we are using ui-select in a project and it doens't work fine with the last version (0.8.3). In this example (http://plnkr.co/edit/Hijaxg?p=preview) everything works fine, but if we try to do the same thing (just store the selected key item in the model-key property) with the last version, don't do anything. The ng-model object stores the complete array item fine, but the model-key don't.

Do you have any idea what can be happen?.

Thank you in advance.

Greetings,

Antonio Garcia.