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 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/content/error/ngTransclude/orphan.ngdoc
+2-2
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
3
3
@fullName Orphan ngTransclude Directive
4
4
@description
5
5
6
-
Occurs when an `ngTransclude` occurs without a transcluded ancesstor element.
6
+
Occurs when an `ngTransclude` occurs without a transcluded ancestor element.
7
7
8
-
This error often occurs when you have forgotten to set `transclude: true` in some directive definition, and then used `ngTranslude` in the driective's template.
8
+
This error often occurs when you have forgotten to set `transclude: true` in some directive definition, and then used `ngTransclude` in the directive's template.
9
9
10
10
To resolve, either remove the offending `ngTransclude` or check that `transclude: true` is included in the intended directive definition.
0 commit comments