You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2025. It is now read-only.
<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>