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

tooltip-template show lexer error and trying to resolve it as url.

Is it possible to use it in Angular-4 projects? If yes, how? Thanks

Hello, I have some inputs and buttons on my page, that I disable programmatically with `ng-disabled`. But if `tooltips` directive is applied to it, the `ng-disabled` is ignored/overwritten. Here is...

Hi, First of all, thank you for this great library. Have one question, does this support ng-template as tooltip template? I tried, but seems not working. Or is this something...

Can we have this functionality where whenever i click outside the tooltip area anywhere on the page, the tooltip closes?

Hi, I'm in the process of migrating current angularjs(1.x) to Angular(4+). I'm looking for similar library in Angular(4+). Any leads?

I tried to display tooltop on dynamically bind element but getting no luck. Any method or property which i am missing in my configuration. ``` app.config(function configConf(tooltipsConfProvider) { tooltipsConfProvider.configure({ 'smart':...

There is a condition whereby I want to send a `$scope.var` to the tooltip template to display a custom tooltip view. Is it possible with the current version?

Since generic name 'tooltips' for the directive is used here, it conflicts with some other packages having tooltips as their directive name too. In our project we are using this...