angular-bootstrap-select icon indicating copy to clipboard operation
angular-bootstrap-select copied to clipboard

DEPRECATED DON'T USE - Directive to wrap bootstrap-select

Results 32 angular-bootstrap-select issues
Sort by recently updated
recently updated
newest added

Making an $http (AJAX) request is giving timing issues, the bootstrap-select does not get refresh properly (or too early) and end up like an empty list because of timing issues....

Thanks a lot for your directive, it works great except when I populate a `` by an `$htttp`, in this case it seems to give some timing issue and I...

It seems that one cannot use the Up/Down keys with the options list when also using `data-live-search="true"` Is this a known issue?

I found some inconsistency between the source file and the build file. in bower.json, the main file is pointed to the dist file, so when building my project with grunt,...

Is it possible to add an icon to dynamic options? It's certainly possible to add to static options: data-icon="icon-heart" The icon is picked up by the jquery plugin. But what...

Thanks for angular-bootstrap-select. i appreciate it. I am just curious to know why does not the default selectpicker work with angular? does angular dependency injection feature cause some issue ?

I can only get ngChange to fire on the first selection. Is there any reason it doesn't work on subsequent selections?

I found that directive selectpicker is restricted to be attribute instead of class. Based on README.md, we only need to specify class "selectpicker". Is that mean the directive will not...

When I use the plugin inside a page included via ng-include, the directive does not work.