ui-select2
ui-select2 copied to clipboard
AngularJS wrapper for select2 (deprecated, use angular-ui/ui-select)
When defaulting the value of the select using ui-select2 the selected value is not showing in the drop down window however when opening the contatiner for the select i can...
Hi, I did not see the logic of updating ng-model in the code, however when I choose different option, the data in ng-model is updated. I just does not know...
1. click on a angular-ui / ui-select2 control 2. the dropdown list opens 3 do not make a selection from the dropdown list 4 click anywhere else on the page...
Added onSelect callback, this works hand in hand with createSearchChoice for input[type=hidden] element. This is important for use case when one wants to allow the user to enter values not...
I have a problem were am using the formatResult option returning a string that has html with gravatar-src directive, it's not working and I couldn't attach the ng-bind-html to the...
It would be worth-while having custom select2 event directives for select2 events such as `select2-opening`. I needed to create one of these for triggering an analytics event to detect opening,...
i'm having troubles watching events from select2 in angular js. How can I do this from controller? I'm interested in these events: http://runnable.com/UmuP-67-dQlIAAFU/events-in-select2-for-jquery Particularly the one when item is selected...
Hi, when I use ``` $scope.streetSelect2Options = { itemsPerPage: 40, minimumResultsForSearch: 0, initSelection: angular.noop, ajax: { quietMillis: 300, transport: function (query) { // some service return defer return FiasResource.street().query(query.data) .then(function...
I would like to be able to initialize the select2 element with tags from a promise. Currently it throws me an error if I leave the options empty and set...
Hi, The chosen option (inside something....) doesn't update after that option updated. I wonder if there is a work around? Thanks. Example: http://jsfiddle.net/wL3f9nyg/