This repository was archived by the owner on Nov 30, 2018. It is now read-only.
This repository was archived by the owner on Nov 30, 2018. It is now read-only.
Markers click event broken in version 2.1.0, worked in 2.0.20 #1327
Closed
Description
When upgrading to 2.1.x from 2.0.20 - the Markers directive 'click' event does not evaluate properly to a function. Instead it evaluates the property to a string, which results in an error.
See plunker for example - initially it is using 2.1.x, open up the Console and try to click on a marker pin and you'll see the error.
Comment out 2.1.0 library and uncomment 2.0.20 library and the click event works fine.