remind101 / angular-tooltip

Simple and extensible tooltips for angularjs
MIT License
41 stars 34 forks source link

Jquery dependency? #6

Open Webjin opened 10 years ago

Webjin commented 10 years ago

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

cauli commented 10 years ago

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

willhoag commented 9 years ago

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.