mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-19 12:01:07 +00:00
parent
f69dc16241
commit
4ac21ac039
1 changed files with 2 additions and 2 deletions
|
|
@ -3,9 +3,9 @@
|
||||||
@fullName Orphan ngTransclude Directive
|
@fullName Orphan ngTransclude Directive
|
||||||
@description
|
@description
|
||||||
|
|
||||||
Occurs when an `ngTransclude` occurs without a transcluded ancesstor element.
|
Occurs when an `ngTransclude` occurs without a transcluded ancestor element.
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
To resolve, either remove the offending `ngTransclude` or check that `transclude: true` is included in the intended directive definition.
|
To resolve, either remove the offending `ngTransclude` or check that `transclude: true` is included in the intended directive definition.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue