0
https://github.com/allenhwkim/angularjs-google-maps,isを使用して、コントローラからgoogle maps infowindowオブジェクトを取得する方法はありますか?Ng-map現在開かれているInfowindowオブジェクトを取得する方法
<info-window id="foo" template="foo.html">
</info-window>
コントローラー:
map.showInfoWindow('foo', marker);