Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Releases: zachsnow/ng-multi-transclude

Continued Craziness

18 Mar 19:40
Compare
Choose a tag to compare

There were continued issues with scoping after the last release -- with help from @rainboxx they should be resolved.

Controller Quirkiness

10 Mar 15:19
Compare
Choose a tag to compare

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.

11 Jan 18:19
Compare
Choose a tag to compare

Clear blocks when transcluding to allow for default content; thanks @littlemtravis!

Refactorcism.

07 Oct 20:30
Compare
Choose a tag to compare

A pretty significant refactor to clean up the code; thanks @dlongley!

Bug fix.

29 Aug 19:45
Compare
Choose a tag to compare

Fixes a pretty egregious memory leak.

First release.

29 Jul 23:45
Compare
Choose a tag to compare

First release of ng-multi-transclude; seems to work pretty ok but has known issues with nested transclusions (see #8).