knowhow-server
Version:
A personal workflow engine that can manage and use any network connected host
14 lines (13 loc) • 1.37 kB
HTML
<a href="http://github.com/angular/angular.js/edit/master/docs/content/error/ngTransclude/orphan.ngdoc" class="improve-docs btn btn-primary"><i class="icon-edit"> </i> Improve this doc</a><h1><code ng:non-bindable="">Orphan ngTransclude Directive</code>
<div><span class="hint">error in component <code ng:non-bindable="">ngTransclude</code>
</span>
</div>
</h1>
<div><pre class="minerr-errmsg" error-display="Illegal use of ngTransclude directive in the template! No parent directive that requires a transclusion found. Element: {0}">Illegal use of ngTransclude directive in the template! No parent directive that requires a transclusion found. Element: {0}</pre>
<h2 id="description">Description</h2>
<div class="description"><div class="ngtransclude-page ngtransclude-orphan-page"><p>Occurs when an <code>ngTransclude</code> occurs without a transcluded ancestor element.</p>
<p>This error often occurs when you have forgotten to set <code>transclude: true</code> in some directive definition, and then used <code>ngTransclude</code> in the directive's template.</p>
<p>To resolve, either remove the offending <code>ngTransclude</code> or check that <code>transclude: true</code> is included in the intended directive definition.</p>
<p>Consult the API documentation for <a href="guide/directive">writing directives</a> to learn more.</p>
</div></div>
</div>