zachsnow / ng-multi-transclude

ng-multi-transclude
MIT License
79 stars 19 forks source link

Allow name=foobar keys to output more than once in the resulting directive #36

Open JoshWillik opened 9 years ago

JoshWillik commented 9 years ago

This is a proposed solution to issue #35.

JoshWillik commented 9 years ago

This is a bit of a deep dive into advanced angular for me. It seems to solve my problem on the surface, but I'm not totally sure why. I mostly pieced together code I found googling around. If someone would be able to verify that I wouldn't be breaking things, that would be amazing.