Skip to content

thebigh2014/ez-tabs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EZ-TABS

Bootstrap 3 tabs directive.

###Features

  • Lazy tab loading
  • Load tab content via templates
  • Pre selection control flow (decide if tab should be allowed to be selected)
  • Styling for left & right side tabs

###Installation

$ bower install ez-tabs
<script src="bower_components/ez-tabs/dist/ez-tabs.min.js"/>
angular.module('yourApp', ['ez.tabs'])

###Usage

  <tabset>
    <tab> 
      <tab-heading>Tab 1</tab-heading>
      <tab-content>some content</tab-content>
    </tab>
    <tab>
      <tab-heading>Tab 2</tab-heading>
      <tab-content src="some-template.html"></tab-content>
    </tab>
    <tab>
      <tab-heading>Tab 3</tab-heading>
      <tab-content>some content 3</tab-content>
    </tab>
  </tabset>

###Demo

View DEMO.

About

Fork of Angular ui bootstrap tabs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 46.3%
  • HTML 39.5%
  • CSS 14.2%