This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
Releases: zachsnow/ng-multi-transclude
Releases · zachsnow/ng-multi-transclude
Continued Craziness
Controller Quirkiness
The way in which the transcluded content was not being added to the DOM after transclusion was causing all kinds of issues during linking. Now the content is added to the DOM in a hidden node, and then moved from that node to the correct place during link.
Default block content.
Clear blocks when transcluding to allow for default content; thanks @littlemtravis!
Refactorcism.
A pretty significant refactor to clean up the code; thanks @dlongley!
Bug fix.
First release.
First release of ng-multi-transclude; seems to work pretty ok but has known issues with nested transclusions (see #8).