我想知道如何自定义ui-gmap-windows风格,默认是一个空白的白色方块,如果我想要一个带有消息的心脏怎么样?我知道如何更改ui-gmap-windows的内容,但我怎样才能更改样式?
<ui-gmap-google-map center="map.center" zoom="map.zoom" draggable="true" options="options">
<ui-gmap-markers clusterOptions="clusterOpt" doCluster="true" models="markers" coords="'self'" icon="'icon'" idKey="'idKey'">
<ui-gmap-windows <!--How to change style? --> >
<div >Here I can change the content</div>
</ui-gmap-windows>
</ui-gmap-markers>
</ui-gmap-google-map>
我小提琴会帮助很多= D