Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

fix(dialog): correctly disable keydown listener for escapeToClose #7222

Closed

Commits on Feb 20, 2016

  1. fix(dialog): correctly disable keydown listener for escapeToClose

    Currently there was a duplicated variable `target`, which got replaced later and the `target` variable became the actual `element` not the `parent` anymore.
    
    Fixes angular#7214 Fixes angular#5153
    devversion committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    68f9ced View commit details
    Browse the repository at this point in the history