I am trying to get select2
library working with AngularJS select.
I am created a small jsfiddle with the same option values which i am using in my project.
But the select2 seems to be working wrongly. For Eg: When I select index 2, it shows value from index 3. For the first tome it works fine, but from the second time it breaks.
Has anyone faced this issue till now?