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

fix(dialog): register close listeners before animation #9120

Conversation

devversion
Copy link
Member

  • Registering the close listeners before the animation has started improves the UX.
    If the user presses escape before the dialog is actually open, it feels like a freeze and non-response.

R: @EladBezalel

Fixes #9096.

* Registering the close listeners before the animation has started improves the UX.
  If the user presses escape before the dialog is actually open, it feels like a freeze and non-response.

Fixes angular#9096.
@devversion devversion added the needs: review This PR is waiting on review from the team label Jul 23, 2016
@EladBezalel
Copy link
Member

LGTM

@devversion devversion deleted the fix/dialog-register-listeners-before branch July 24, 2016 17:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs: review This PR is waiting on review from the team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

$mdDialog.show() is freezed after show/hide
3 participants