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.
When using svg directive with ngRepeat, the newly added element is not replaced with the directive template #8808
Closed
Description
There is a regression between 18 and 19 when using svg directive with ngRepeat.
beta 18 http://plnkr.co/edit/SqE1uIaJIrOA2dW8C6TH?p=preview
beta 19 http://plnkr.co/edit/BBmO3r5oQTY4Ki3Wo8Ly?p=preview
When click the add button, a new element will be pushed into the array. In beta 18, everything works fine. But in beta 19, it is repeating <my-rect>
but not replacing it with the template.