【发布时间】:2015-08-30 00:48:04
【问题描述】:
我只使用 UI Bootstrap 的 Tab 组件。
https://github.com/angular-ui/bootstrap/tree/master/src/tabs
包含上述库并添加以下代码后,浏览器中没有任何结果。控制台也没有错误。
var app = angular.module('app', ['ui.bootstrap.tabs']);
<tabset justified="true">
<tab heading="Justified">Justified content</tab>
<tab heading="SJ">Short Labeled Justified content</tab>
<tab heading="Long Justified">Long Labeled Justified content</tab>
</tabset>
我已经设法使用具有相同上述代码的完整 UI-Bootstrap 库来完成这项工作。我不想包含整个库,因为我只使用 Tab 模块。
【问题讨论】:
标签: javascript angularjs twitter-bootstrap angular-ui-bootstrap