Hi,
I think we should have vertical tabs too in addition with current tabs with md-align-tabs="left" and md-align-tabs="right".
Thanks,
Juned S
Hey, will it be fixed anytime soon? This is pretty important for me, I need the tabs to be from right to left.
Maybe someone has a css patch or something for the meantime?
Edit: worked out a quick and rough fix:
.my-container .md-tab {
float: right;
}
.my-container md-pagination-wrapper {
right: 0;
left: inherit;
}
Please note that this change breaks the pagination completely!
Isn't vertically stacked tabs pretty required one ?.
Is this going to be implemented any time soon ?
+1 for md-align-tabs="left" and md-align-tabs="right".
Why is it under deprecated?
What is alternative?
Most helpful comment
What is alternative?