angular-google-maps icon indicating copy to clipboard operation
angular-google-maps copied to clipboard

ui-gmap-polygon not responding to editable changes

Open stl-winniechan opened this issue 6 years ago • 2 comments

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>

stl-winniechan avatar Jul 14 '17 17:07 stl-winniechan

try binding it to a property and assigning it.

pbrain19 avatar Mar 05 '18 21:03 pbrain19

It looks like a duplicate of #1821 that is still unresolved... :disappointed:

cmorgant avatar Aug 21 '18 08:08 cmorgant