angular-tooltips
angular-tooltips copied to clipboard
Angularjs tooltips module, add tooltips to your elements - https://720kb.github.io/angular-tooltips
Close button is not working when ``` tooltip-close-button="true" ``` close button click event does not disappear tooltip.
In the latest version of angular-tooltips, the `max-width` behavior no longer seems to have an effect. For very long tooltip content, the tooltip is always locked at the minimum `min-width:...
I've implemented support for Angular template cache. Now, the module first tries to load specified template from cache and then falls back to `$http.get`. When template is actually loaded from...
Currently smart mode is only checking tooltip boundaries compared to the body. It should be user specifiable, so the tooltip can be contained in any element on the page. #182
This PR adds `tooltip-show-delay` and `tooltip-hide-delay` attributes do the directive. These attr expect a number value expressing the delay time (in milliseconds) to show / hide the tooltip. The delay...
Using this with an Angular 1.5 app inside a nested component and tooltips do not show on mobile (iOs Chrome, iOS Safari). Tried adding the tooltip to the root component...
I have an interesting case, but maybe you will be aware about this. I need to display some particular information twice. So I am using the same controller twice, just...
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
Hello, If you have tooltips on elements with the `append-to-body` param set on `true`, if one element is removed or updated when the tooltip is hovered (trough `ng-repeat` for example),...
Hey! It would be really cool to allow developers to specify delay before tooltip is shown and/or hidden.