This repository was archived by the owner on Nov 30, 2018. It is now read-only.
This repository was archived by the owner on Nov 30, 2018. It is now read-only.
Using ng-if with ui-gmap-free-draw-polygons #972
Open
Description
4th issue this week. If you can't tell, I've been playing with the free-drawing stuff a lot. :)
I'm having difficulty getting the ui-gmap-free-draw-polygons
directive to work nicely with ng-if
. After drawing a polygon, I'd like to toggle its visibility using ng-if
, but it doesn't seem to want to do that.
Plunker: http://plnkr.co/edit/s4wLCd?p=preview
Is there a workaround?