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(expansion-panel): toggle not being updated when set programmatically #5650

Merged
merged 2 commits into from
Jul 28, 2017

Commits on Jul 27, 2017

  1. fix(expansion-panel): toggle not being updated when set programmatically

    Fixes the toggle arrow not being flipped when the `expanded` is set programmatically, in addition to the `hideToggle` input not working either. This is a regression from angular#5549 and is a consequence of the fact that the panel header reaches into the panel to determine what to do with the arrow.
    
    Fixes angular#5623.
    crisbeto committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    0342642 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d09d215 View commit details
    Browse the repository at this point in the history