Skip to content

Commit

Permalink
fix missing footer summary (#1250)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascobie authored Apr 10, 2018
1 parent bd9b4bf commit 8a0a532
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/@batch-flask/ui/form/complex-form/complex-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ <h1 *ngIf="currentPage.title">{{currentPage.title}}</h1>
[error]="error"
[(showError)]="showError"
(showJsonEditorChanges)="toggleJsonEditor($event)">

<ng-content blFormSummary select="[blFormSummary]"></ng-content>
</bl-form-footer>

0 comments on commit 8a0a532

Please sign in to comment.