I want to show a list of items in the tooltip which will come from the collection. I want to display this as a tooltip:
<h4 style="display: inline;" class="missing-docs doctype" ng-repeat="d in missDocs(vm.voyage) track by $index">{{d}}</h4>
I don't want to create new HTML page. Your views are appreciated!