-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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/Feat: Make tabs Condidtional #6637
Comments
Up vote for this bug or feature. For line-of-business applications, use of dynamically added tabs is key. We show/hide based upon permissions areas of a record. |
Please see: #5768 This can be accomplished using the |
Although this is a reasonable ui fix this isn't removing it from the dom but merely hiding it from the user. |
@Lindstrom1989 Using the |
Short description of the problem:
In Ionic 2 beta7 and previous.
Tabs template does not work using ngIf or ngSwitch conditions.
It only works when adding a tab but does not remove a tab when condition is false.
If the condition is met more than once multiple instances of the same tab are rendered in the dom.
Steps to reproduce:
For example
The text was updated successfully, but these errors were encountered: