Skip to content

Commit

Permalink
fix(SwalComponent): add missing @input for "footer" option
Browse files Browse the repository at this point in the history
  • Loading branch information
toverux committed Feb 2, 2018
1 parent 719a422 commit f875db9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/swal.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export class SwalComponent implements OnChanges {
@Input() public titleText: SweetAlertOptions['titleText'];
@Input() public text: SweetAlertOptions['text'];
@Input() public html: SweetAlertOptions['html'];
@Input() public footer: SweetAlertOptions['footer'];
@Input() public type: SweetAlertOptions['type'];
@Input() public backdrop: SweetAlertOptions['backdrop'];
@Input() public toast: SweetAlertOptions['toast'];
Expand Down

0 comments on commit f875db9

Please sign in to comment.