Sha256: 6f8b21591935b6d6df4cdf60a3814cd370e6a7ebcc818ab31628748cdb04345f
Contents?: true
Size: 987 Bytes
Versions: 8
Compression:
Stored size: 987 Bytes
Contents
AngularJS version of the tabs directive. ### Settings ### #### `<uib-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'. #### `<uib-tab>` #### * `heading` or `<uib-tab-heading>` : Heading text or HTML markup. * `active` <i class="glyphicon glyphicon-eye-open"></i> _(Defaults: false)_ : Whether tab is currently selected. * `disable` <i class="glyphicon glyphicon-eye-open"></i> _(Defaults: false)_ : Whether tab is clickable and can be activated. Note that this was previously the `disabled` attribute, which is now deprecated. * `select()` _(Defaults: null)_ : An optional expression called when tab is activated. * `deselect()` _(Defaults: null)_ : An optional expression called when tab is deactivated.
Version data entries
8 entries across 8 versions & 1 rubygems