This stackoverflow post向我们展示了如何在AngularUI手风琴中添加标题图像。有没有办法使用该图像(只有图像,而不是标题文本)作为网站的href?谢谢。
Here's a plunker在上面的链接中提供。
答案 0 :(得分:0)
像在accordion-heading元素中一样使用HTML。将i
元素包装在锚标记中以使其成为链接:
<accordion-heading>
Put any HTML <strong>here</strong>
<a href="http://www.example.com"><i class="icon-book"></i></a>
</accordion-heading>