+
+ +
+

Extras

+
+

Not popup without dropdownToggle directive

+ + + +

Popup with dropdownToggle directive

+ + + +
+
+ + +
+

Simple usage

+
+

Works with simple select

+
Model value: {{model || "''"}}
+ + +

Works with ngIf

+

To work with ngIf, set ng-model to $parent ng-model="$parent.model"

+
Model value: {{model || "''"}}
+
Show/Hide
+ +
+ +
+ +

Works with ngDisable

+
Model value: {{model || "''"}}
+
Enabled/Disabled
+ +
+ +
+ +

Works with optgroup

+
Model value: {{model || "''"}}
+
+ +
+ +

Works with ngOptions

+
Model value: {{model || "''"}}
+
Colors: {{colors | json}}
+
+ +
+ +

Works with ngRepeat

+

To work with ngRepeat, set ng-model to $parent ng-model="$parent.model"

+
+
+ + +
+
+
+
+ + +
+

Style usage

+
+

Works with selectpicker style option

+

You can set different Bootstrap classes via the selectpicker style option

+ +
+
+

Works with data-style

+

You can set different Bootstrap classes via the data-style attribute

+ +
+
+

Works with option data-content

+ +
+
+

Works with option data-icon

+

TODO: interpolate

+ +
+
+

Works with option data-icon and ngOptions

+ +
+
+
+