Top "Transclusion" questions

transclusion (verb: transclude) is a feature in multiple platforms allowing embedding of content from other sources.

Get original transcluded content within angular directive

My goal is to create an editable directive that allows a user to edit HTML of any element to which …

javascript angularjs transclusion
angularjs transclusion scope access

I've set up a general dialog directive with a title and apply/cancel buttons. The dialog has an isolated scope. …

scope angularjs transclusion
TemplateRef Content to Variable

I would like to get the innerText of the ng-content of a component as a simple string to be able …

angular typescript transclusion
AngularJS : ng-controller on directive does not work on transcluded elements within directive

Here is my script: angular.module('MyApp',[]) .directive('mySalutation',function(){ return { restrict:'E', scope:true, replace:true, transclude:true, template:…

javascript angularjs angularjs-directive transclusion
AngularJS : Child input directive needs to compile in the scope of its parent for ng-model to bind

We have a contact form we use in many applications. There are many default values, validation rules, structure, etc, that …

angularjs angularjs-directive transclusion
how to access parent component scope from a child components scope in ember?

I'm curious if this is even possible in ember. This is an easy thing to do in angular ( plunkr: http://…

api ember.js components declarative transclusion