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
I am using the Leaflet Directive with the Ionic Framework. With the latest Ionic build, I have encountered the following error Error: null is not an object (evaluating 'd.__cleanup') (FF, Chrome, Safari).
The Ionic is using AngularJS v.1.3.6 as for now. From my point of view, it has something to do with $destroy(); Is there anything that fails to be destroyed?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I am using the Leaflet Directive with the Ionic Framework. With the latest Ionic build, I have encountered the following error
Error: null is not an object (evaluating 'd.__cleanup')
(FF, Chrome, Safari).The Ionic is using AngularJS v.1.3.6 as for now. From my point of view, it has something to do with
$destroy();
Is there anything that fails to be destroyed?Thanks!
The text was updated successfully, but these errors were encountered: