2024-11-20 09:43:19 -05:00
|
|
|
{{#each this.adComponents as |adComponent|}}
|
2023-11-07 16:12:30 -05:00
|
|
|
{{! Trick to force full destroy/re-render of component when route changes }}
|
|
|
|
{{#each (array this.router.currentRoute)}}
|
|
|
|
{{component
|
|
|
|
adComponent
|
2024-11-20 09:43:19 -05:00
|
|
|
placement=this.placement
|
|
|
|
category=this.category
|
|
|
|
postNumber=this.postNumber
|
|
|
|
indexNumber=this.indexNumber
|
|
|
|
tagName=this.childTagName
|
2023-11-07 16:12:30 -05:00
|
|
|
}}
|
|
|
|
{{/each}}
|
2023-01-04 07:34:08 -05:00
|
|
|
{{/each}}
|