I have problem making this plunkr (select2 + angulat-ui) work.
http://plnkr.co/edit/NkdWUO?p=preview
In local setup, I get the select2 work, but I cannot set
Add width resolve option to your select2 function
$(document).ready(function() { $("#myselect").select2({ width: 'resolve' }); });
After add below CSS to your stylesheet
.select2-container { width: 100% !important; }
It will sort the issue