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(icon): add caching of md-icon aria-label #2649

Merged
merged 1 commit into from
Jan 31, 2017

Commits on Jan 14, 2017

  1. fix(icon): add caching of md-icon aria-label

    The md-icon component now caches the aria-label value and
    only actually modifies the DOM if the value is unchanged.
    This prevents md-icon from modifying the DOM every iteration
    of change detection.
    
    Closed angular#2642
    westonpace committed Jan 14, 2017
    Configuration menu
    Copy the full SHA
    6c9300a View commit details
    Browse the repository at this point in the history