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
178 stars 81 forks source link

No results customizable title #100

Closed GBora closed 9 years ago

GBora commented 9 years ago

I've added a no-search-title attribute to the directive which allows a user to specify a custom text for the element which appears when there are no search results.

This is independent of the localisation as there might be a use case when someone wants to change the no results text without writing a whole localisation file.

I didn't find any relevant unit or e2e test for the title attribute and thus did not now if this attribute needs/can be tested.