Rob Koberg

Results 2 comments of Rob Koberg

Same problem as armno, but changing to an array of objects did not help. "angular": "1.2.15", "angular-ui-select2": "~0.0.5", "select2": "~3.5.0" also tried with (which bower install says angular-ui-select2 requires): "select2":...

My problem was that I was using ng-options, which the docs say is not supported. Using inline options or a repeat on options worked as expected.