Is there any way I can disable pagination for a specific tab ? In my case I have an array of tabs and the first one acts as an 'add new tab' button because I need this specific positioning which I cannot achieve otherwise. When I have a lot of tabs I want to display a horizontal pagination bar (scroll) for all tabs but that first one. I can disable pagination for all tabs using this
<md-tabs md-selected="selectedIndex" md-border-bottom="" md-autoselect="" md-no-pagination="true">
but can I do it for the first md-tab only ?