Skip to content
This repository has been archived by the owner on May 5, 2018. It is now read-only.

Undocumented jQuery dependency for uiMap #552

Closed
solidspark opened this issue Apr 27, 2013 · 4 comments
Closed

Undocumented jQuery dependency for uiMap #552

solidspark opened this issue Apr 27, 2013 · 4 comments

Comments

@solidspark
Copy link

GoogleMaps event listeners, e.g. map-idle, map-click, inside of ui-event require jQuery for event binding. jQuery is listed as "optional" in the documentation.

@vpixle
Copy link

vpixle commented Apr 29, 2013

Yeah, this is definitely one of the most ugliest bug I ever traced. uiMap struggles to survive just on jQuery.lite that is part of the Angular so there is no Error in your console. You owe me two day of my live guys ;)

@dmitryevseev
Copy link

+1 absolutely. Made a hard way chasing it down.
It comes down to uiEvent directive that requires jQuery.

@ProLoser
Copy link
Member

ProLoser commented May 3, 2013

AngularUI is currently undergoing a restructure. This project will no longer hold the codebase, can you please relocate this to https://github.com/angular-ui/ui-map (after confirming it's still necessary with the latest code)?

Also, we are transitioning to leverage bower and have more thoroughly refactored ui-event (which is now part of ui-utils) to remove the jQuery dependency completely. Dependencies are managed by bower for you in the component.json (soon to be bower.json)

@dmitryevseev
Copy link

Solved by angular-ui/ui-map@410951b
Can be closed

@ProLoser ProLoser closed this as completed May 6, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants