tonyzheng121 / angular-tabs

Angular: simple tabs with animation

Home Page:http://nervgh.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular: simple tabs with animation


About

tabs is module for angular framework. Live demo

Requires

Includes

Directives

  • ng-tabs - area of ​​the container tabs
  • ng-tab-head - tab head
  • ng-tab-body - tab body

Scope

The ng-tabs directive creates a isolate scope. Variables of this scope:

tabs: {
    index: {Number},  // current tab index
    count: {Number}  // tabs count
};

Example

<div ng-tabs>
    <div ng-tab-head>First tab</div>
    <div ng-tab-head="active">Second tab</div>
    <div ng-tab-body>Content 1</div>
    <div ng-tab-body="animation">Content 2</div>
</div>

About

Angular: simple tabs with animation

http://nervgh.github.io/


Languages

Language:HTML 96.9%Language:CSS 3.1%