v0.2.0
Add bsOptionAttrs option.
e.g.
<select ng-model="model" ng-options="c.label for c in condiments track by c.color" bs-option-attrs="{'data-subtext': 'c.abbrv', title: 'optionTitle(c.label)'}"></select>
Add bsOptionAttrs option.
e.g.
<select ng-model="model" ng-options="c.label for c in condiments track by c.color" bs-option-attrs="{'data-subtext': 'c.abbrv', title: 'optionTitle(c.label)'}"></select>