thalassa-aqueduct
Version:
Dynamic haproxy load balancer and configuration. Part of Thalassa
31 lines (22 loc) • 658 B
Markdown
AngularJS version of the tabs directive.
* `vertical`
_(Defaults: false)_ :
Whether tabs appear vertically stacked.
* `type`
_(Defaults: 'tabs')_ :
Navigation type. Possible values are 'tabs' and 'pills'.
* `heading` or `<tab-heading>`
:
Heading text or HTML markup.
* `active` <i class="icon-eye-open"></i>
_(Defaults: false)_ :
Whether tab is currently selected.
* `disabled` <i class="icon-eye-open"></i>
_(Defaults: false)_ :
Whether tab is clickable and can be activated.
* `select()`
_(Defaults: null)_ :
An optional expression called when tab is activated.