angular-ui-tab-scroll

前端之家收集整理的这篇文章主要介绍了angular-ui-tab-scroll前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

A scrollable tab plugin intended for scrolling UI Bootstrap tabset.

功能介绍:http://npm.taobao.org/package/angular-ui-tab-scroll

下载地址:https://github.com/VersifitTechnologies/angular-ui-tab-scroll

在线演示:http://plnkr.co/edit/YJNDaQ?p=preview

基本使用:

<scrollable-tabset show-tooltips="true">
	<tabset>
		<tab ng-repeat="x in tabs">...</tab>
	</tabset>
</scrollable-tabset>

页面截图:

原文链接:https://www.f2er.com/angularjs/147492.html

猜你在找的Angularjs相关文章