Conversation
I didn't see a reason to keep the prefix as the original DOM elements are not used for anything else
|
I use original DOM events, because I need to to do a hack outside of $apply. Will this change break them? |
|
I'm a little confused, can you paste a snippet? What this does is before, things like I'm essentially dropping the prefix because I don't think the relevant DOM elements are used for anything other than giving you a handle to the map objects, and it only serves to make usage more complicated/confusing. |
|
Will I still be able to bind directly like in the snippet below? |
|
Yes that will be completely unaffected. This only effects people who bind
|
|
OK, great! Thanks, sorry for not getting it :) |
There was a problem hiding this comment.
event will be undefined if methods like setCenter are called on an invisible map. if (!event) return?
I didn't see a reason to keep the prefix as the original DOM elements
are not used for anything else
This is a Pull Request because it's a destructive change. If anyone disagrees please make your voice known.