Top "Angular-ui-select" questions

AngularJS-native version of Select2 and Selectize

Angular ui-select multi select: Dropdown is not getting updated on selecting some items from the controller

On click of "select yellow color" button, I want to add yellow to the selected list. Yellow is getting selected, …

angularjs multi-select ui-select angular-ui-select
angularjs ui-select-choices dropdown aphabetical order depending on the input given

I'm using https://github.com/angular-ui/ui-select for the website I'm working on. Currently the code is as follows: <…

javascript jquery angularjs angular-ui angular-ui-select
angular- ui-select - how to bind object property to ng-model

i'm using the angular-ui-select in a simple user registration form: <ui-select ng-model="user.countryCode" convert-to-string theme="selectize" class="dropdown"&…

javascript angularjs angular-ui angular-ui-select
Angular Bootstrap Ui-select

I am trying to use the ui-select directive in my angularjs but it is not displaying, i tried following the …

angularjs twitter-bootstrap angular-ui-select
How to find which column was sorted and in what order in angular ui.grid

How to find which column was sorted and in what order in angular ui.grid. Actually I want to set …

angularjs angular-ui angular-ui-grid angular-ui-select
Angular: ui-select. Custom tagging with `refresh` function

I need ability of multi-select for the input. The problem is that data comes from the server dynamically while a …

javascript angularjs angular-ui-select
Make a div to hide on click of outside it

I need to hide a div on click of outside it. So, I have created a directive which handles it(…

angularjs angularjs-directive hide angular-ui-select