I was playing with using the selectmenu plugin with angular. It is a little trickier than the run of the mill plugins, wrapping it up as a directive does not quiet cut it because of the nested tags, but I got it to work see my plunk here.
Along the way I ran into a strange problem. If you place 2 selects side by side the whole thing falls apart. You can see it for yourself - in the plank I posted just take the first select out of the surrounding div.
I am not sure is this a selectmenu problem or a general incompatibility between what and what. Any idea what's going on?
for additional explanation of the selectmenu directives check out here