Skip to content

Files

Latest commit

4bfae22 · Apr 7, 2015

History

History
This branch is 1 commit ahead of, 1168 commits behind angular-ui/bootstrap:master.

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 7, 2015
Oct 20, 2014
Apr 7, 2015

AngularJS version of the tabs directive.

Settings

<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 (Defaults: false) : Whether tab is currently selected.

  • disable (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.