-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
md-spinner: color binding not working #2393
Comments
devversion
added a commit
to devversion/material2
that referenced
this issue
Dec 24, 2016
* 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
added a commit
to devversion/material2
that referenced
this issue
Dec 24, 2016
* 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
added a commit
to devversion/material2
that referenced
this issue
Dec 24, 2016
* 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
kara
pushed a commit
that referenced
this issue
Jan 4, 2017
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
it seems that there was no different among of the below codes!
what's wrong with this?
https://plnkr.co/edit/U5iKFrTyqaAQttE6i0Xh?p=preview
The text was updated successfully, but these errors were encountered: