angular-tooltip
angular-tooltip copied to clipboard
Jquery dependency?
There seems to be a jquery dependency in angular-tooltip.js on line 104 with elem.hover()
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 : /
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.