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

Jquery dependency?

Open Webjin opened this issue 10 years ago • 2 comments

There seems to be a jquery dependency in angular-tooltip.js on line 104 with elem.hover()

Webjin avatar Jul 01 '14 11:07 Webjin

Took me some time to realize this was the cause of my problem with this plugin.

jQuery should be added as a dependency on Bower and Readme.MD of the project, or, even better, the dependency should be removed, shouldn't be hard

I was jQuery-free in my project until this : /

cauli avatar Aug 25 '14 19:08 cauli

I just added a pull request on a fork of this repo that removes jquery as a dependency.

In addition, it had a bunch of fixes already. Maybe we can get it pull requested into this library as well or transfer the repo to someone who will keep it active.

willhoag avatar Oct 08 '14 20:10 willhoag