-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Disabling ripple globally does not work on tabs. #4235
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Comments
devversion
added
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
in progress
labels
Apr 24, 2017
devversion
added a commit
to devversion/material2
that referenced
this issue
Apr 24, 2017
* Currently when no bindings are set on the `mdRipple` target, the `ngOnChanges` will not fire and the `globalRippleOptions` will be ignored forever. Fixes angular#4235
mmalerba
pushed a commit
that referenced
this issue
Apr 25, 2017
* Currently when no bindings are set on the `mdRipple` target, the `ngOnChanges` will not fire and the `globalRippleOptions` will be ignored forever. Fixes #4235
I have the same problem |
@anapanadero The next release will include the fix for this issue. |
Great! Thanks |
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.
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
I am disabling ripple globally since this is available in beta3 release but it seems it does not disable ripple effect on tabs. I am using MD_RIPPLE_GLOBAL_OPTIONS in the main app module as a provider like the example below:
providers: [{ provide: MD_RIPPLE_GLOBAL_OPTIONS, useValue: { disabled: true } }]
All other components that use ripple are disabled at this point except tabs. Is this a bug or am i missing something in my implementation?
The text was updated successfully, but these errors were encountered: