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.
ngShow does not show the svg element correctly when using jquery 2.1.1 and ngAnimate at the same time #8872
Closed
Description
There is a regression between beta.19 and rc.0.
beta.19:http://plnkr.co/edit/zkPRL7Cu0YCFs0y25oSf?p=preview
rc.0:http://plnkr.co/edit/uL9yduQne0HMarug27Zk?p=preview
When click the toggle button, the rect
element did not show as expected.
This only happens when jquery 2.1.1 is included and ngAnimate
is required in module definition.