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
I've got the following error: Error: [ngTransclude:orphan] Illegal use of ngTransclude directive in the template! No parent directive that requires a transclusion found. Element: <ng-transclude `class="ng-scope">
when lx-select is inside a separated html file and is called inside the main html with ngInclude.
When I include the directive in the main html , there's no error.
Hi,
I've got the following error:
Error: [ngTransclude:orphan] Illegal use of ngTransclude directive in the template! No parent directive that requires a transclusion found. Element: <ng-transclude `class="ng-scope">
when lx-select is inside a separated html file and is called inside the main html with ngInclude.
When I include the directive in the main html , there's no error.
Can someone tell me what I'm doing wrong please ?
I've created a plnkr sample to show the issue.
http://plnkr.co/edit/9BghRpRqiB02clRka5QF?p=preview
The same issue appears with lx-fab directive
Regards
The text was updated successfully, but these errors were encountered: