angular-leaflet-directive icon indicating copy to clipboard operation
angular-leaflet-directive copied to clipboard

Infinite Digest when using filtered markers

Open Lazymondaysunday opened this issue 8 years ago • 0 comments

I'm not sure what I'm doing exactly that is causing this. But maybe someone can point me in the right direction. I have a unordered list of the markers and a map. And I'm adding some filters to that list, using this code.

`

  • {{marker.name}}
`

And then my map I'm using the filteredMarkers to populate the markers.

<leaflet markers="filteredMarkers" center="center" defaults="defaults" layers="layers" class="col-md-9 map"></leaflet>

No matter what I remove, if leaflet has filteredMarkers it throws this infinite digest error. Any help would be appreciated!

Lazymondaysunday avatar Jun 22 '16 07:06 Lazymondaysunday