Can a single md-tab
element be aligned to the right of md-tabs
while keeping the rest of the tabs in their original position?
-------------------------------------------------------------------------
| Tab 1 | Tab 2 | Tab 3 | | Select |
-------------------------------------------------------------------------
I am trying to avoid having the select
element within a tab, but when I place it outside of md-tabs
, it appears below the tabs which is not the desired outcome.
Although it seems like a simple issue, I have been struggling to achieve this setup for quite some time now.
Check out the code here: