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

Hello guys! How can I import the angular-tooltips module in Angular 7 ? The way discribed in read.me doesn't worked for me... `angular.module('app', [ '720kb.tooltips' ]);`

Library adds callbacks for window "resize", but doesn't remove them from internal list. That's why it produces memory leaks.

Hello guys. Thank you for your plugin, i'm using it in couple of projects. It's small and nice, but i've found that it produces memory leaks. Library adds callbacks for...

I've got a tooltip sitting inside of an ng-repeat and all of them are have the below template. ``` Pay (at least): ``` For whatever reason only the last 2...

Give an option to flash the tooltip for some time before automatically dissappearing

Hi, It's all in the title. Tested on iPhone S (iOS 10.2.1) and emulator iPhone X (iOS 11.2). Same result. Works great on Android. Thanks.

I have the tooltips in the following format: ` ` The tooltips appear on chrome and Edge, but NOT IE11 and Firefox. Is this a known issue? Is there a...

A screenshot is worth a thousand words: ![image](https://user-images.githubusercontent.com/480640/27547090-38000c58-5a6b-11e7-8ba2-f404001b86cd.png) Setup: ``` ```

bug
PR please!

I would like to use Angular-tooltips with bootstrap buttons, but when I wrap each button with an Angular-tooltip, the button group breaks. I end up with individual buttons and broken...