angular-tooltips icon indicating copy to clipboard operation
angular-tooltips copied to clipboard

Angularjs tooltips module, add tooltips to your elements - https://720kb.github.io/angular-tooltips

Results 33 angular-tooltips issues
Sort by recently updated
recently updated
newest added

Close button is not working when ``` tooltip-close-button="true" ``` close button click event does not disappear tooltip.

bug
PR please!

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

enhancement
PR please!
Any Idea?

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...

invalid

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

PR please!

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...

help wanted
Waiting Infos
Not Clear

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...

Waiting Infos
Not Clear

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

enhancement
PR please!

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),...

PR please!
Any Idea?
Waiting Infos

Hey! It would be really cool to allow developers to specify delay before tooltip is shown and/or hidden.

enhancement
PR please!