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): fix color input on md-spinner #2396

Merged
merged 1 commit into from
Jan 4, 2017

Commits on Dec 24, 2016

  1. fix(progress-spinner): fix color input on md-spinner

    * Makes color application dynamic by moving it to a getter / setter. (similar to all other components & makes it easier to share the code in the future)
    * Now the `md-spinner` can also have a `color` binding.
    * Fixes the missing documentation for the `color` and `value` inputs
    * Removes the unused `changeDetectorRef` from the constructor DI
    
    Fixes angular#2393
    devversion committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    bdf4aef View commit details
    Browse the repository at this point in the history