Just came across an issue with angular ui-select2:
It takes the browser some time to render the select2 styles. During that time (few tenths of a second), the select2 is shown as a regular select.
This results in an annoying flickering from select to select2 when the page renders.
Is there a way to prevent this flickering and render the select2 control in its own style on the first time?