AngularJS version of the tabs directive.
<tabset>
vertical
(Defaults: false) :
Whether tabs appear vertically stacked.
justified
(Defaults: false) :
Whether tabs fill the container and have a consistent width.
type
(Defaults: 'tabs') :
Navigation type. Possible values are 'tabs' and 'pills'.
<tab>
heading
or <tab-heading>
:
Heading text or HTML markup.
active
<i class="glyphicon glyphicon-eye-open"></i>
(Defaults: false) :
Whether tab is currently selected.
disabled
<i class="glyphicon glyphicon-eye-open"></i>
(Defaults: false) :
Whether tab is clickable and can be activated.
select()
(Defaults: null) :
An optional expression called when tab is activated.
deselect()
(Defaults: null) :
An optional expression called when tab is deactivated.