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

See http://codepen.io/caseyjhol/pen/dPRXBN Example: ``` javascript scope.colors = [{ id: 10, name: 'Red' }, { id: 20, name: 'Green' }, { id: 30, name: 'Blue' }]; ``` ``` html ``` When...

Simple support of track by, based on the work of marianocarpentier (https://github.com/joaoneto/angular-bootstrap-select/pull/52)

This change is in order to support the **track by** option into the **ng-options** when you have a complex object as option. So now, I can do this: ``` html...

I've noticed the directive slows down the loading of the whole page if there are a lot of options (I have ~200, combined with data-live-search).

It not working well with the latest version of the bootstrap select. if you using ng-option like this: ng-options="c.text for c in timeUnit track by c.value" This piece of code...

ngOptions is limited. Depending on ngOptions means you can't use ng-repeat to create your options that have `optgroup` tags.

The issues is that path '.bootstrap-select.open' is being fouled by various ng-xxxx form class, ie.

Looks like your select element in your readme isn't corrent: Since this is the angular version, it should also include the directive

Hi there. I am using this and I am very happy with it. However I am not sure how to go about selecting the default choice for the picker... Currently...

Hi, It seems you haven't published your latest version in bower? The bower version is not supporting ng-repeat but your git version does. Cheers.