I\'m using a jQuery plugin to \'customize\' my selects.
This plugin fires the change event of the original select when some option is selected.
The problem i
It's best not to mix DOM manipulation with Angular. Try the following for your button HTML:
Set 1 Set 2 Set 3
I tried the above in your Plunker and it worked.