I was unsatisfied with the modules available for template inheritance. [angular-blocks][] requires one to attach a controller with ng-controller, which cannot take parameters (or requires what I consider an [ugly solution](http://stackoverflow.com/questions/14523679)). By requiring users to know exactly which template they're using, I feel it breaks the directive abstraction. [angular-multi-transclude][] requires an ugly extra directive in the right spot if you happen to use any directives in the parent template that also use transclusion.
So, I wrote my own module, [ng-temple][], which I feel provides a much nicer API for directives and callers. Please let me know if you find any bugs or have trouble using it. Thanks! [angular-blocks]: https://github.com/wmluke/angular-blocks [ng-multi-transclude]: https://github.com/zachsnow/ng-multi-transclude [ng-temple]: https://github.com/thejohnfreeman/ng-temple -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
