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 was archived by the owner on Apr 12, 2024. It is now read-only.
SVGElementInstances are created when you use "use" element in SVG to wrap the original element.
An SVGElementInstance has no "nodeName" property, which causes a click handler in the $locationProvider to fail.
SSCCE at http://plnkr.co/edit/HpiObOlF2MESe9OiRncW
Other browsers seem to use the "use" element itself in event handling, so that the error does not happen there.
I am not really sure what the spec-compliant handling would be here, but it should be easy to work around in angular itself (for example using "correspondingUseElement" property).