We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe0987 commit 3393aacCopy full SHA for 3393aac
docs/content/error/$compile/reqslot.ngdoc
@@ -14,7 +14,7 @@ Also you can make a transclusion slot optional with a `?` prefix.
14
15
var componentConfig = {
16
template: 'path/to/template.html',
17
- tranclude: {
+ transclude: {
18
importantSlot: 'importantComponent', // mandatory transclusion
19
optionalSlot: '?optionalComponent', // optional transclusion
20
}
0 commit comments