Is there a way to apply css styles
to ui-gmap markers in angular.js?
For instance, consider the following code:
<ui-gmap-markers doCluster="true" click="'onClicked'" models="vm.map.markers" coords="'coords'" icon="'icon'" idkey="'id'" events="vm.mapEvents" options="'options'" clusterOptions="vm.cluseroptions">
<ui-gmap-windows show="'showWindow'" closeClick="'closeClick'" ng-cloak>
<div data-ui-sref="display">
<span data-ng-non-bindable>Test</span>
</div>
</ui-gmap-windows>
</ui-gmap-markers>