lordfriend / nya-bootstrap-select

An AngularJS select replacement which build select like dropdown component with collection and ng-model support
http://nya.io/nya-bootstrap-select/
MIT License
179 stars 82 forks source link

Custom Html selected value #163

Closed JeanNemer closed 7 years ago

JeanNemer commented 7 years ago

Hi,

Is there anyway i can display a custom html for the selected value similar to data-content in Boostrap-select.

Thanks Regards

lordfriend commented 7 years ago

Read the document: http://nya.io/nya-bootstrap-select/#!/examples/custom-content

JeanNemer commented 7 years ago

Thank you