I want to have tabs aligned at the bottom of the md-tab-group, like shown below:
It is possible in Material 1 using md-tabs-align="bottom". Is there anything available in Material 2 for this purpose?
Here is my code:
<md-tab-group>
<md-tab label="Tab One">
Tab One Contents
</md-tab>
<md-tab label="Tab Two">
Tab Two Contents
</md-tab>
</md-tab-group>