Skip to content

TMJPEngineering/angular-tab

Repository files navigation

Angular Directive Tabs

Sample Structure

   <tabset>
    <tab header-title="Tab1">
      1 This is my first tab
    </tab>
    <tab header-title="Tab2">
      2 Second tab is shown
    </tab>
  </tabset>

Attributes

Attribute Description Type Default Required
header-title sets the header of the tab string none false
glyphicon-class can be used when you want an icon be a header (bootstrap glyphicon only) string none false

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published