Closed eaba closed 7 years ago
Hi for html you can use tooltip-template-url="path/to/template.html"
In other words, what I desire to achieve is not possible right?
@eaba have you tried it ? :)
maybe:
tooltip-template="<img src="data:image/jpg;base64,{{data[y]['Image']}}" />"
Just try it. I think it should work. However the best practice is to use an external view for html templates.
I tried it and i got something like this instead <a tooltip-smart="true"
The anchor was not being handled properly so i think.
Note that I am not using angular model
Hello is it possible to do something like this:
tooltip-template="<img src="data:image/jpg;base64,' + data[y]['Image'] + '" />"
I have tried it but it is not working!