pfSelect
patternfly
An AngularJS wrapper for the Bootstrap-select jQuery plugin which is used as a default select decorator in Patternfly.
<select pf-select
ng-model="{string}"
[ng-options="{string}"]>
...
</select>
| Param | Type | Details |
|---|---|---|
| ngModel | string | Model binding using the NgModelController is mandatory. |
| ngOptions (optional) | string | The |