dylanfprice / angular-gm

AngularJS Google Maps Directives
MIT License
198 stars 47 forks source link

Why is jquery required? #65

Closed dbaq closed 9 years ago

dbaq commented 10 years ago

Hi guys,

I am currently using angular-google-maps directive, but I am considering using angular-gm because I am encountering some memory leaks. But I am wondering why is jquery required?

Thanks

dandv commented 9 years ago

:+1: why jQuery? Google Maps works without it.

dylanfprice commented 9 years ago

I believe there are some jquery functions I am using that are not supported by jqlite, but to be honest I don't remember right now. The application I am using this library for has a dependency on jquery so it's not a high priority for me, but I would be happy to take a PR!

dylanfprice commented 9 years ago

jQuery is no longer required, see d214bd662