angular-google-maps
angular-google-maps copied to clipboard
ui-gmap-polygon not responding to editable changes
Related to #1255, I'm on version v2.3.3 and there seems to have issue for the editable
option, even I force it to 'true'. Does #1255 still valid for editable
?
<div ui-gmap-polygon static="true"
visible="travelMap.map.showPolygons"
ng-repeat="p in zoneMultiPolygon.polygons"
events="{click: travelMap.onClickPolygon}"
path="p.path"
editable="'true'"
stroke="zoneMultiPolygon.stroke"
fill="zoneMultiPolygon.fill">
</div>
try binding it to a property and assigning it.
It looks like a duplicate of #1821 that is still unresolved... :disappointed: