When to use transclude ‘true’ and transclude ‘element’ in Angular?
From AngularJS Documentation on Directives: transclude – compile the content of the element and make it available to the directive. Typically used with ngTransclude. The advantage of transclusion is that the linking function receives a transclusion function which is pre-bound to the correct scope. In a typical setup the widget creates an isolate scope, but … Read more