We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue description (mapDblClick) binding on the map object is not firing on an actual double-click
Steps to reproduce and a minimal demo of the problem Try using a (mapDblClick) event binding in
Current behavior No event is fired
Expected/desired behavior An event should be fired ;)
angular2 & angular-google-maps version 0.17.0
The text was updated successfully, but these errors were encountered:
500dce0
fix(AgmMap): mapDblClick output fixed
978c2e2
The mouse event emitter was missing for mapDblClick Fixes sebholstein#879 Closes sebholstein#880
Successfully merging a pull request may close this issue.
Issue description
(mapDblClick) binding on the map object is not firing on an actual double-click
Steps to reproduce and a minimal demo of the problem
Try using a (mapDblClick) event binding in
Current behavior
No event is fired
Expected/desired behavior
An event should be fired ;)
angular2 & angular-google-maps version
0.17.0
The text was updated successfully, but these errors were encountered: