yairodriguez / AngularJS

Own implementation of AngularJS, using Extreme Test–First and ES6.
0 stars 0 forks source link

Directive Transclusion #22

Open yairodriguez opened 8 years ago

yairodriguez commented 8 years ago

Description

Introduce two important features to the DOM compiler: the ability to include parts of the one template in another (regular transclusion) and the ability to easily control when and how may copies of a given element are linked and attached (full element transclusion).


Issue Checklist

All issues in milestone: 0.6.0 milestone


Assignees