【问题标题】:Using ng-repeat inside uib-tooltip-html在 uib-tooltip-html 中使用 ng-repeat
【发布时间】:2017-06-04 19:44:11
【问题描述】:

我想在工具提示中显示来自集合的项目列表。 我想将其显示为工具提示:

<h4 style="display: inline;" class="missing-docs doctype" ng-repeat="d in missDocs(vm.voyage) track by $index">{{d}}</h4>

我不想创建新的 HTML 页面。感谢您的意见!

【问题讨论】:

  • 我有一个要显示的对象数组。

标签: html angularjs angularjs-ng-repeat tooltip uib


【解决方案1】:

使用 CSS 创建工具提示。

点击下方链接

https://www.w3schools.com/css/tryit.asp?filename=trycss_tooltip

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2017-01-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-02-20
    • 2016-08-20
    • 2016-05-29
    相关资源
    最近更新 更多