【问题标题】:Attaching href attribute in uib-accordion-group doesn't work在 uib-accordion-group 中附加 href 属性不起作用
【发布时间】:2016-08-15 03:26:30
【问题描述】:

我正在使用 angular bootstrap 的指令在我的网站上显示手风琴。我应该如何向这个 uib-accordion 元素添加一个 href 属性,以便在单击该元素时 url 会发生变化。

【问题讨论】:

  • 你解决了吗?
  • 不,仍然无法做到。

标签: angularjs href bootstrap-accordion


【解决方案1】:

这样你就可以做到。需要查看从 uib-accordion 将哪些代码放入 html 文件中。

<div class="panel panel-default">
     <div class="panel-heading">
        <h3 class="panel-title">
           <a  href="here put a link" target="_blank">ABCD</a>
        </h3>
     </div>
</div>

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2017-09-25
    • 1970-01-01
    • 2012-02-17
    • 1970-01-01
    • 1970-01-01
    • 2019-07-18
    • 2017-10-07
    相关资源
    最近更新 更多