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
You need to specify the attribute width to resolve in order to preserve element width
$(document).ready(function() { $("#myselect").select2({ width: 'resolve' }); });