| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
#Angular: simple tabs with animation
##About tabs is module for angular framework. Live demo
The ng-tabs directive creates a isolate scope. Variables of this scope:
tabs: {
index: {Number}, // current tab index
count: {Number} // tabs count
};<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>Sorry for my english : )
##About / О модуле tabs - модуль табов для фреймворка angular. Live demo
Директива ng-tabs создает изолированную область видимости, в которой доступны переменные:
tabs: {
index: {Number}, // current tab index
count: {Number} // tabs count
};<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>| Back | FazBrowse Home | New Git URL |