720kb / angular-tooltips

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

Can't set appendToBody with tooltipConfigurationProvider #154

Open Senne opened 8 years ago

Senne commented 8 years ago

I'm unable to set appendToBody using the tooltipConfigurationProvider. I suspect it's because the option is missing in the configuration object right here: https://github.com/720kb/angular-tooltips/blob/master/lib/angular-tooltips.js#L188

45kb commented 8 years ago

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 :)