Open Maleesh opened 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
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>
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