<marker id="event-location"
position="1163 pandora, victoria, bc, canada">
</marker>
<info-window id="event-location-info"
visible-on-marker="event-location">
<!-- BUG here: comment causing info-window-error, remove this line and it work's like a charm -->
<div ng-non-bindable>
Test
</div>
</info-window>
In this case you get an 'info-window working as a template must have a container'-error. By removing the comment it works fine.
It took me a while figuring that out.
You can reproduce the bug with this snippet (taken from issue 648):
In this case you get an 'info-window working as a template must have a container'-error. By removing the comment it works fine. It took me a while figuring that out.
HTH, Tai