Skip to content

v0.2.0

Compare
Choose a tag to compare
@caseyjhol caseyjhol released this 16 Sep 21:39
· 22 commits to master since this release

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>