angular-ui / ui-select2

AngularJS wrapper for select2 (deprecated, use angular-ui/ui-select)
https://github.com/angular-ui/ui-select
MIT License
595 stars 444 forks source link

selected value are not displayed using ng-options on newest version of angularJs #252

Open mastilver opened 10 years ago

mastilver commented 10 years ago

Hi

I'm using ng-options to display my choices

When using version 1.0.5 of AngularJs, there is no problem: http://plnkr.co/edit/1dYphdQhrcQw1yEoAs0i?p=preview

But when using version 1.2.6 of AngularJs: http://plnkr.co/edit/PTkrIrahBCUG2e3RD7sq?p=preview

  1. Select an option
  2. the model have been updated but not ui-select2
  3. Select the same option
  4. the model is still the same and ui-select2 is displaying the selected value
mastilver commented 10 years ago

just realize, the fixe is #204