Results 35 comments of Filippo

Indeed, going to make such things in javascript will result in many lines of code that will not work perfectly or as expected, the first version main problem was exactly...

Not yet, help is appreciated here

Yes this could be very useful, at the moment you can set a delay for when is shown, you can work around the CSS This is the CSS animation involved...

Hi, yes, it's not supported by provider for the moment, if you send a PR we'll be glad to merge if everything works 👍 PR PR PR :)

Hi @slavafomin thanks for your time, as described in https://github.com/720kb/angular-tooltips/pull/150 to merge a templateCache feature it has to be an option that you can toggle via attribute. `tooltip-template-cache="true"` and it...

@slavafomin i can agree with you but the real correct way is simple, set an attribute, if the attribute is present or true, you store and retrieve the template in...

Then be sure to look, there is a tooltipConfProvider somewhere which must be updated the same ;) https://github.com/720kb/angular-tooltips#globals

Hi, which browser and device you tried? Could be great if you can make a live example with a fiddle or plnkr, usually is not so easy to replicate such...

Thanks, i will try to debug it, you would the tooltip to stay visible while the content change, correct?

Hi @nicysneiros this is a stunning work you've done. Only the problem is `$timeout`, which is too much heavy (specially if you are using multiple tooltips on a page). As...