Angular Bootstrap Ui-select Angular Bootstrap Ui-select angularjs angularjs

Angular Bootstrap Ui-select


just add a class named as the tag.

 <ui-select ng-model="form.gender" theme="bootstrap">    <ui-select-choices class="ui-select-choices" repeat="gender in genders">        {{ gender.name }}    </ui-select-choices></ui-select>


Error: [ui.select:transcluded] Expected 1 .ui-select-match but got '0'.

This error was fixed recently at Github page.Just update ui-select to v0.14.3.

Reference: https://github.com/angular-ui/ui-select/issues/224


You must visit this link and follow its examples.

You can follow its examples

I personally prefer to use uiselect2, its more powerful and simple than uiselect

link of uiselect2