-
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
bug(tabs) "dynamic" content disappears when clicking thru tabs #957
Comments
@fxck Can you confirm if this can be recreated with the latest version of Angular and Angular Material? I am not able to recreate this issue with the latest code. |
Is there a plunker with the latest version? |
+1 |
The content will show if you click the same tab a second time. |
+1 |
@csepmdat why and how did you manage to unassign @robertmesserle huh. |
Not sure why GitHub displays it that way, but Robert was unassigned since he's no longer working on Angular. |
This appears to be working in the latest version, closing.. |
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. |
Bug:
Dynamic content(bindings, child components) is rendered only on the first load, when you click on another tab, content never renders there and when you click back to the initial tab, it's gone as well.
What are the steps to reproduce?
http://plnkr.co/edit/cnLk1AuEJzfrG5agxIJe?p=preview
click on
Bar
and then back onFoo
tab.Which versions of Angular, Material, OS, browsers are affected?
rc.4, alpha.6
The text was updated successfully, but these errors were encountered: