-
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
Icon and text tabs not working properly when multiple tabs are present #1261
Comments
Hi @luiscruz, I think what you're doing here is trying to mix the pure HTML/CSS implementation of tabs with the Javascript implementation. Use the tabs like shown here: http://ionicframework.com/docs/api/directive/ionTabs |
Oh, I may have misunderstood. Are you talked about tabs within a card, or tabs along the bottom of the screen? |
I am talking about the tabs within the card..I 've took them from the documentation but they don't have the same appearance. |
I have same issue. |
Docs reference: |
Fixed; Can you try out the nightly build? |
It is working with the master branch. Thank's! |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Hi,
I've replicated the issue here:
http://codepen.io/luiscruz/pen/Keqdm
Using the code example from documentation the first tabs only show the icons even with the class 'tabs-icon-left'.
thanks,
Luís
The text was updated successfully, but these errors were encountered: