angular-ui / ui-leaflet

AngularJS directive to embed an interact with maps managed by Leaflet library
http://angular-ui.github.io/ui-leaflet
Other
315 stars 137 forks source link

Leaflet.TextPath integration #296

Closed mehl321 closed 8 years ago

mehl321 commented 8 years ago

I'm trying to use Leaflet.TextPath with ui-leaflet. It's a pretty neat library.

Has anybody done this before?

I tried adding my path in a layer and then call the setText method but it doesn't do anything.

mehl321 commented 8 years ago

Using $timeout() solved my issue.