We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6fa60 commit d86665bCopy full SHA for d86665b
1 file changed
src/aurelia.js
@@ -82,7 +82,7 @@ export class Aurelia {
82
compositionEngine = this.container.get(CompositionEngine);
83
instruction.viewModel = root;
84
instruction.viewSlot = new ViewSlot(this.host, true);
85
- instruction.container = this.container;
+ instruction.container = instruction.childContainer = this.container;
86
87
return compositionEngine.compose(instruction).then(root => {
88
this.root = root;
0 commit comments