The ability to attach attrs when embedding widgets

This commit is contained in:
Robin Ward
2017-09-28 16:08:14 -04:00
parent 502f910eb5
commit df81d109e5
4 changed files with 61 additions and 8 deletions

View File

@ -188,7 +188,7 @@ widgetTest('widget attaching', {
createWidget('attach-test', {
tagName: 'div.container',
template: hbs`{{attach widget="test-embedded"}}`
template: hbs`{{attach widget="test-embedded" attrs=attrs}}`
});
},