Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(progress-spinner): fallback animation not working #7599

Merged
merged 1 commit into from
Oct 6, 2017

Commits on Oct 6, 2017

  1. fix(progress-spinner): fallback animation not working

    * Fixes the fallback animation not looking like it's working, because it displays a full circle.
    * Fixes an issue that causes the spinner to overflow its parent on IE and Edge. It's because they don't consider the `transform` when determining whether an element overflows.
    
    Fixes angular#7599.
    crisbeto committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    8758af1 View commit details
    Browse the repository at this point in the history