zachsnow / ng-multi-transclude

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

Possibly allow element-style transcludes? #12

Open zachsnow opened 10 years ago

zachsnow commented 10 years ago

That is, replace the <div name="some-name"></div> elements instead of appending to them.

zachsnow commented 10 years ago

This should be straightforward so long as we never allow dynamic template names nor block names.

dwilt commented 9 years ago

:+1: would love to see this