You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
If I press ESCAPE while a modal is open, in my app two things happen:
The modal closes (fine).
My app navigates to the parent state (speaking "angular-ui-router"-wise), which is due to a custom ESC handler I added.
angular-bootstrap should stop the keydown event propagation when a modal is closed with ESC, so that it does not trigger any further actions.