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.
Transclusion breaks in some scenarios due to a bug fix #5060
Closed
Description
This bug fix eed299a is breaking some transclusion scenarios and does not seems to have a work around.
The bug author is removing any thing inside the transclusion container which is causing the problem. Basically, he was asking for an empty container for transclusion.
Here is an example I am trying to do with bootstrap add on items with form elements.
Plunker with Angular 1.0.7 which works http://plnkr.co/edit/QT51rM7HOweE6tdmblEM
Same example with Angular 1.2.1 which does not work
http://plnkr.co/edit/bQcj6gXwbK7YJe7bGqUa