File tree Expand file tree Collapse file tree
test/base/src/app/lazy/template-form Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,6 +142,9 @@ export class IonModal {
142142 'willPresent' ,
143143 'willDismiss' ,
144144 'didDismiss' ,
145+ 'ionDragStart' ,
146+ 'ionDragMove' ,
147+ 'ionDragEnd' ,
145148 ] ) ;
146149 }
147150}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments