This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
"ng-mouseenter" broken in SVG template in Internet Explorer 9-11 #10259
Closed
Description
IE breaks on the line 3047
if (!related || (related !== target && !target.contains(related))) {
SVG in IE has no "contains" method
example http://jsfiddle.net/4pe5pyn3/
Angular version - 1.3.4