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(wrapped in another svg element) with ngRepeat, the newly added element is not replaced with the directive template #9344
Closed
Description
If the svg directive is wrapped in another svg element like this:
<g ng-repeat="rect in rects">
<my-rect index=$index></my-rect>
</g>
The newly added element is not replaced with the directive template. Only happens when the template is loaded from a separate file. Maybe related to #8808
http://plnkr.co/edit/ZFBWiLMP4uTF67rkf2ou?p=preview