Skip to content

Commit

Permalink
work for #6655 fix angular template
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaLarina committed Sep 26, 2023
1 parent bffce74 commit 113b485
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/survey-angular-ui/src/survey-content.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<div *ngIf="model.state === 'empty'" [class]="model.css.bodyEmpty">{{model.emptySurveyText}}</div>
</div>
</form>
<sv-brand-info *ngIf="model.showBrandInfo"></sv-brand-info>
<sv-notifier [notifier]="model.notifier"></sv-notifier>
<sv-brand-info *ngIf="model.showBrandInfo"></sv-brand-info>
<sv-notifier [notifier]="model.notifier"></sv-notifier>
</div>
</div>
</ng-template>

0 comments on commit 113b485

Please sign in to comment.