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 If the *ngIf condition at an info window is set to false and then it changes to true, then the info window is rendered mislocated.
*ngIf
false
true
Steps to reproduce and a minimal demo of the problem
Use switch foo button to change *ngIf condition. http://plnkr.co/edit/UGzbxh3GDQDGDC8kwweX?p=preview
switch foo
Current behavior Info window is rendered mislocated.
Expected/desired behavior Info window should be located just above the marker.
angular2 & angular2-google-maps version angular 2.1.2 angular2-google-maps 0.16.0
The text was updated successfully, but these errors were encountered:
I believe I figured out how to fix it, I'll create a pull request soon.
Sorry, something went wrong.
c5a2414
No branches or pull requests
Issue description
If the
*ngIf
condition at an info window is set tofalse
and then it changes totrue
, then the info window is rendered mislocated.Steps to reproduce and a minimal demo of the problem
*ngIf
.*ngIf
condition to false and then to true.Use
switch foo
button to change*ngIf
condition.http://plnkr.co/edit/UGzbxh3GDQDGDC8kwweX?p=preview
Current behavior
Info window is rendered mislocated.
Expected/desired behavior
Info window should be located just above the marker.
angular2 & angular2-google-maps version
angular 2.1.2
angular2-google-maps 0.16.0
The text was updated successfully, but these errors were encountered: