【问题标题】:Add image in tab using Bootstrap directives for AngularJS使用 AngularJS 的引导指令在选项卡中添加图像
【发布时间】:2015-02-07 04:15:48
【问题描述】:

我已经使用 angularjs 的引导指令作为选项卡(http://angular-ui.github.io/bootstrap/), 我发现它只支持特定的参数

https://github.com/angular-ui/bootstrap/tree/master/src/tabs/docs

我想知道有没有办法设置图像而不是引导 angularjs 指令?

【问题讨论】:

    标签: angularjs angularjs-directive


    【解决方案1】:

    查看here:

    <tabset>
        <tab>
            <tab-heading>
                <i class="glyphicon glyphicon-bell"></i> Alert!
            </tab-heading>
            Other tab content
        </tab>
    </tabset>
    

    实际上,您可以将任何内容放入&lt;tab-heading&gt;

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-10-02
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多