标签: html angularjs angularjs-ng-repeat tooltip uib
我想在工具提示中显示来自该集合的项目列表。 我想将其显示为工具提示:
<h4 style="display: inline;" class="missing-docs doctype" ng-repeat="d in missDocs(vm.voyage) track by $index">{{d}}</h4>
我不想创建新的HTML页面。感谢您的意见!
答案 0 :(得分:-1)
使用CSS创建工具提示。
点击下面的链接
https://www.w3schools.com/css/tryit.asp?filename=trycss_tooltip