UNPKG

thalassa-aqueduct

Version:

Dynamic haproxy load balancer and configuration. Part of Thalassa

31 lines (22 loc) 658 B
AngularJS version of the tabs directive. ### Settings ### #### `<tabset>` #### * `vertical` _(Defaults: false)_ : Whether tabs appear vertically stacked. * `type` _(Defaults: 'tabs')_ : Navigation type. Possible values are 'tabs' and 'pills'. #### `<tab>` #### * `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.