You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
Please update documentation or code examples about using angular events with map #id.
So that, if you have provided YOUR_MAP_ID with leaflet
<leaflet id="YOUR_MAP_ID" lf-draw="drawOprions"></leaflet>
you need to add YOUR_MAP_ID to events subscribtion e.g.
$scope.$on('leafletDirectiveDraw.' + YOUR_MAP_ID + '.' + eventName, function handler(e, args));
The text was updated successfully, but these errors were encountered: