我使用了针对tab(http://angular-ui.github.io/bootstrap/)的angularjs的bootstrap指令, 我发现它只支持特定的参数
https://github.com/angular-ui/bootstrap/tree/master/src/tabs/docs
我想知道有没有办法设置图像而不是标题为bootstrap angularjs指令?
答案 0 :(得分:1)
查看here:
<tabset>
<tab>
<tab-heading>
<i class="glyphicon glyphicon-bell"></i> Alert!
</tab-heading>
Other tab content
</tab>
</tabset>
实际上,您可以将任何内容放在<tab-heading>
。