Skip to content

Commit 726bb0d

Browse files
committed
feat(modal): add events to Angular common
1 parent 7cd96b7 commit 726bb0d

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

packages/angular/common/src/overlays/modal.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ export class IonModal {
142142
'willPresent',
143143
'willDismiss',
144144
'didDismiss',
145+
'ionDragStart',
146+
'ionDragMove',
147+
'ionDragEnd',
145148
]);
146149
}
147150
}

packages/angular/test/base/src/app/lazy/template-form/template-form.component.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,12 @@
108108
<ion-checkbox
109109
[(ngModel)]="checkboxValue"
110110
name="checkboxField"
111-
required
112111
#checkboxField="ngModel"
113112
id="template-checkbox-test"
114-
helper-text="You must agree to continue"
115-
error-text="Please accept the terms and conditions"
113+
helperText="You must agree jto continue"
114+
errorText="Please accept the terms and conditions"
116115
>
117-
I agree to the terms and conditions
116+
I agree to the terms ands conditions
118117
</ion-checkbox>
119118
</ion-item>
120119

0 commit comments

Comments
 (0)