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

If the variable used in `ng-options` changes after the view is rendered the select box does not rerender. This makes this plugin unusable when getting select options from an AJAX...

Hi, I'm having an issue when trying to use a selectpicker inside a column of a ng-table, the dropdown is being duplicated and I can't find the reason. Just as...

just ran a bower install on this and there's an extra ")" on line 8. pic: ![screen shot 2015-09-01 at 7 46 48 pm](https://cloud.githubusercontent.com/assets/8661521/9621975/6ca6506e-50e2-11e5-8e01-556ec289a7be.png)

I am using this plugin in a project: ``` ``` I have listeners in the directive listening for `click` events: ``` angular.element($document[ 0 ].body).bind('click', function(event) { console.log('CLICK'); }); $document.on('click', function...

I would like to have a feature for searching the options list and selecting one, as there is one in bootstrap select with a live-search="true" attribute.

Resolved issue causing component to render twice

When using ng-options with selectpicker in angular 1.4 - changing the model value does not correctly update the selectpicker. I think this may be related to this update of ng-options:...

In my HTML 2 select boxes are visible: ``` html Option A Option B ``` ![select](https://cloud.githubusercontent.com/assets/3225563/11435983/5e5159c2-94e0-11e5-9938-126bb7eb7fc5.png)

Fixed 2 issues I had: 1) Whenever changing the contents of the options (via `ngOptions`) the bootstrap-select element doesn't update [http://stackoverflow.com/questions/34183390/how-can-i-write-an-angular-directive-to-listen-to-changes-in-ngoptions](StackOverflow problem) 2) The `ng-` classes keep getting copied over...