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
Call $sope.$apply() at the end of a user initiated (here: only when the user has clicked on the x inside the popup) onpopupclose event.
Currently the user selection in the sidebar does not get removed when a user closes the pop up this way. This is because the scope doesn't get updated in that case.
The text was updated successfully, but these errors were encountered:
Yes you're right, but in this case it's necessary because the pop up and it's event comes from the Mapbox/Leaflet code which is not connected to Angular.
It's only the single case when the user closes the pop up by clicking the small "x" button.
Call $sope.$apply() at the end of a user initiated (here: only when the user has clicked on the x inside the popup) onpopupclose event.
Currently the user selection in the sidebar does not get removed when a user closes the pop up this way. This is because the scope doesn't get updated in that case.
The text was updated successfully, but these errors were encountered: