ember-google-map
ember-google-map copied to clipboard
Handling click event on map
Hi! I'm trying to handle click on map (to set marker in clicked position). But {{google-map ev_click='actionName'}} doesn't work for me. Action is not triggering.
Ember version: DEBUG: ------------------------------- ember.debug.js:5442DEBUG: Ember : 1.13.9 ember.debug.js:5442DEBUG: Ember Data : 1.13.11 ember.debug.js:5442DEBUG: jQuery : 2.1.4 ember.debug.js:5442DEBUG: Ember Simple Auth : 0.8.0 ember.debug.js:5442DEBUG: Ember Simple Auth OAuth 2.0 : 0.8.0 ember.debug.js:5442DEBUG: -------------------------------
Same here, using example code from web but nothing happens
Did this ever get fixed, guys? I'm debating about using the map or doing the code myself ...