Skip to content

Commit

Permalink
fix(modal): add canDismiss input binding for angular (#25240)
Browse files Browse the repository at this point in the history
Resolves #25239
  • Loading branch information
sean-perkins committed May 4, 2022
1 parent 2299e31 commit bdf0383
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions angular/src/directives/overlays/modal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export declare interface IonModal extends Components.IonModal {
'backdropBreakpoint',
'backdropDismiss',
'breakpoints',
'canDismiss',
'cssClass',
'enterAnimation',
'event',
Expand All @@ -83,6 +84,7 @@ export declare interface IonModal extends Components.IonModal {
'backdropBreakpoint',
'backdropDismiss',
'breakpoints',
'canDismiss',
'cssClass',
'enterAnimation',
'event',
Expand Down

0 comments on commit bdf0383

Please sign in to comment.