angular-dropdowns
angular-dropdowns copied to clipboard
Simple, standalone dropdown directives for AngularJS.
Hi, Great job! This directive is very useful. I think 2 additional features would improve it. - Copy/pass only one of the property value of selected object instead of the...
This lib suffers the same issue identified in angular-ui ui-select issue #41 https://github.com/angular-ui/ui-select/issues/41 The issue is that when the drop down crosses certain html boundaries the items in the list...
Set Dirty when needed to allow the form to know when the value changed.
https://npmcdn.com/#/ ref: https://github.com/simple-statistics/simple-statistics/issues/150#issuecomment-227450434
whe the drop down will recive the 1k record it will hang in IE.. need help on it ...
Hi there, thanks for the directives. I've been having issues with touch devices not closing the dropdown on select, it works fine on desktop browsers but it seems touch doesn't...
Are the directives supported for AngularJS 1.4.x versions ?
I love your dropdowns directive! In my case, I needed a dropdown menu that supports multiple selections. I didn't want to build the framework for dropdowns myself, so I forked...
Modification of examples page to add a add forms for menu and select
It looks like a click handler is attached to the dom regardless if there is an active dropdown: https://github.com/jseppi/angular-dropdowns/blob/v0.3.0/angular-dropdowns.js#L184 Maybe you should do the bind in the register method and...