I want select drop down option with respective images ,can anyone help me in this , here is my code
<select class="form-control demo-htmlselect"
ng-model="spList"
ng-options="spList.name for spList in spDTOList"
required>
<option disabled selected>Select Option</option>
</select>
Here I want get the options with images, I want to use pure angularjs,
can anyone help me to use select2 with angular js Select2
We Can achieve this using select2 templating with angular, select2-ui for angular helps to design select2-angular