You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.
Im would like to basically reproduce the same behaviour the markers have in the Demo example. I think it should not be that hard to accomplish, however I'm really struggling. Problem is how to do I put any content inside the window? There aren't any properties exposed. All the {{propertyName}} stay empty in my boxes.
From the docs I would assume that I would just have to place a "windows" inside a "markers" and then I could just
Currently it needs to have whatever dom element wrapped with ng-non-bindable. The example has this. It is expected that whatever you want to interpolate will be in the model. So if latitude is at model.latitude then {{latitude}} will work.
ng-non-bindable is so the interpolation is delayed so it is done in the directive manually, as it has to be mapped to the model which the WindowChild will belong to.
Im would like to basically reproduce the same behaviour the markers have in the Demo example. I think it should not be that hard to accomplish, however I'm really struggling. Problem is how to do I put any content inside the window? There aren't any properties exposed. All the {{propertyName}} stay empty in my boxes.
From the docs I would assume that I would just have to place a "windows" inside a "markers" and then I could just
The text was updated successfully, but these errors were encountered: