ui-carousel
ui-carousel copied to clipboard
Edge issue: Invalid argument. at DefaultDomRenderer2... BaseAnimationRenderer...
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.
- Invalid argument.
- at DefaultDomRenderer2.prototype.setProperty (eval code:3015:9)
- at BaseAnimationRenderer.prototype.setProperty (eval code:636:13)
- at DebugRenderer2.prototype.setProperty (eval code:15619:9)
- at setElementProperty (eval code:10961:5)
- at checkAndUpdateElementValue (eval code:10880:13)
- at checkAndUpdateElementInline (eval code:10814:5)
- at checkAndUpdateNodeInline (eval code:14096:13)
- at checkAndUpdateNode (eval code:14043:9)
- at debugCheckAndUpdateNode (eval code:14936:5)
- at debugCheckRenderNodeFn (eval code:14915:13)
This must be the reason: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir
Did you get the fix for this issue?