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(sidenav): first animation not working in Angular 4.2+ #5821

Merged
merged 1 commit into from
Jul 20, 2017

Commits on Jul 17, 2017

  1. fix(sidenav): first animation not working in Angular 4.2+

    Fixes the first opening/closing animation not working in newer Angular versions. The issue is due to the fact that Angular no longer evaluates the `_enableTransitions` binding after we've set it in the microtask empty callback. These changes switch to setting the class directly, which also has the advantage of being a little more compact.
    
    Fixes angular#5673.
    crisbeto committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    1a31d66 View commit details
    Browse the repository at this point in the history