-
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
bug(md-tooltip): tooltip is not removed when parent is #1111
Comments
hello |
It's a bit hacky, but what I'm doing now is adding
to |
@ivoviz 's hack still works in alpha.9, after the changes of the module structure. |
@jelbourn , Just wanted to know any plan to fix this issue soon? |
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. |
Consider a scenario where there's a button inside a container. The button has a tooltip and on click it should set a variable to another value. Based on that value the container element is added / removed with
ngIf
. Simple example:After clicking the button the container div is removed, however, the tooltip remains still, no way to remove it.
Plunkr example.
The text was updated successfully, but these errors were encountered: