I've been looking for a way to display the tabs on the bottom, but haven't figured it out just yet. (I am using the Tabs directive, obviously)
I found this:
Angular UI Bootstrap Vertical Tabs
But after adding the styles and the class "tabs-below" like so:
<tabset class="tabs-below">
<tab heading="" ui-sref="">
<div ui-view=""></div>
</tab>
I only get a different styling on the tabs, but not a change in their position.
Any help will be appreciated.