With Bootstrap, you can very nicely define tooltips for <select>
options (stackoverflow.com), while Angular can conveniently generate and bind options with the ngOptions attribute on a <select>
element.
However, how can I add attributes to these generated option
elements that can then be used by Bootstrap's tooltip plugin?