angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.3k stars 6.74k forks source link

Add $destroy for keydown events #6701

Closed scott56gps closed 6 years ago

scott56gps commented 6 years ago

I have multiple dropdowns in one container using keyboard-nav. When I click on one dropdown, the keyboard navigation works fine. When I click on another dropdown while the first dropdown is open, It skips elements in the dropdown when using the keyboard. I think this may be due to a scope.on $destroy function not being supplied for keydown events.

scott56gps commented 6 years ago

6314

44ab0a8

icfantv commented 6 years ago

Closing this as this project is no longer being maintained, per the README and the ISSUE_TEMPLATE.