bougarfaoui / ui-carousel

🎨 Angular carousel Component 🔥
https://bougarfaoui.github.io/ui-carousel/
MIT License
79 stars 53 forks source link

Edge issue: Invalid argument. at DefaultDomRenderer2... BaseAnimationRenderer... #22

Open vddrift opened 5 years ago

vddrift commented 5 years ago

Because the 'dir' attribute is reserved, Edge 42 throws an error.

Solution: replace 'dir' with 'direction' in arrow directive and carousel template.

This is the error.

This must be the reason: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir

himanshu082 commented 5 years ago

Did you get the fix for this issue?