angularjs - How to add an Icon in a angular select directive? -
i have simple angular select show many options , need include glyphicon each row.
<select name="service" required class="form-control" ng-change="selectservicetype(selectedservicetype)" ng-model="selectedservicetype" ng-options="type.name | translate type in eqtypes"> </select>
what best way add glyphicon angular select?
Comments
Post a Comment