You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
What is the current behavior?
Transcluding multi-element directives (e.g. ng-repeat-start/ng-repeat-end) is not supported on elements with multi-slot transclusion and a $compile:uterdir error is thrown.
Originally reported by @jamie-pate in #14653 (comment).
What is the expected behavior?
Multi-element directives should be transcluded correctly on elements with multi-slot transclusion and without throwing.
Which versions of Angular, and which browser / OS are affected by this issue? Did this work in previous versions of Angular? Please also test with the latest stable and snapshot (https://code.angularjs.org/snapshot/) versions.
Affects all Angular versions since a least 1.5.0 (including 1.6.x/master).