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 AGM Snazzy Info Window closeOnMapClick input is declared but never used
Steps to reproduce and a minimal demo of the problem
Follow the link to the line №103. Observe that input exists.
Go to the line №188. Observe, that option wasn't provided to snazzy info window.
angular2 & angular-google-maps version
@agm/core@1.0.0-beta.1
The text was updated successfully, but these errors were encountered:
fix(snazzy-info-window): fix passing of closeOnMapClick param
7d13888
Add closeOnMapClick to options passed to SnazzyInfoWindow. Fix sebholstein#1118
fix(snazzy-info-window): fix passing of closeOnMapClick param (#1221)
305320a
Add closeOnMapClick to options passed to SnazzyInfoWindow. Fix #1118
Successfully merging a pull request may close this issue.
Issue description
AGM Snazzy Info Window closeOnMapClick input is declared but never used
Steps to reproduce and a minimal demo of the problem
Follow the link to the line №103. Observe that input exists.
Go to the line №188. Observe, that option wasn't provided to snazzy info window.
angular2 & angular-google-maps version
@agm/core@1.0.0-beta.1
The text was updated successfully, but these errors were encountered: