ngSelect
ngSelect copied to clipboard
An AngularJS module that transforms any HTML element on the page to selectable components.
Is it possible to implement a select all feature ?
hi, awesome work there, can we have ability to drag to select and also using Shift and Ctrl keys like in windows explorer? thanks in advanced.
I set the ng-selected-option to an objects and try to access all selected objects through selection model. But all I get are strings. This means I cannot do anything on...
Hi! What about events? How can i keep track of model change? Not seen in docs :(.
hi @pc035860! I have some thoughts on `$optIndex` variable. - It has a bug. When you do `removeOption` index list is not updated, so as a result we have indexes...