Skip to content
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.

ui-gmap-polygon not responding to editable changes #2014

Open
stl-winniechan opened this issue Jul 14, 2017 · 2 comments
Open

ui-gmap-polygon not responding to editable changes #2014

stl-winniechan opened this issue Jul 14, 2017 · 2 comments

Comments

@stl-winniechan
Copy link

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>
@pbrain19
Copy link

pbrain19 commented Mar 5, 2018

try binding it to a property and assigning it.

@cmorgant
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants