diff --git a/src/lib/filtering/popup-filter/popup-filter.component.html b/src/lib/filtering/popup-filter/popup-filter.component.html index a45e63b..3dc2550 100644 --- a/src/lib/filtering/popup-filter/popup-filter.component.html +++ b/src/lib/filtering/popup-filter/popup-filter.component.html @@ -54,6 +54,7 @@ *ngFor="let filter of secondaryGroup.filters" [ngTemplateOutletContext]="{ filter: filter, + filterTemplate: secondaryGroup.filterTemplate, atLeastOneIsExpandable: atLeastOneSecondaryFilterIsExpandable$ | async }" [ngTemplateOutlet]="defaultFilterTemplate"