720kb / angular-tooltips

Angularjs tooltips module, add tooltips to your elements - https://720kb.github.io/angular-tooltips
351 stars 157 forks source link

ng-template as tooltip template #226

Open Maleesh opened 6 years ago

Maleesh commented 6 years ago

Hi,

First of all, thank you for this great library. Have one question, does this support ng-template as tooltip template? I tried, but seems not working. Or is this something not possible with the current design/implementation?

Thanks, Maleesh

alejandroiglesias commented 6 years ago

I'm currently implementing it like that.

<div tooltips tooltip-template-url="'tooltip-template.html'">
    ...
</div>
<script id="tooltip-template.html" type="text/ng-template">
    ...
</script>