mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
@ -27,14 +27,18 @@ class E2EPage {
|
||||
'l\u00f8r'
|
||||
];
|
||||
|
||||
onChange(ev) {
|
||||
onChange(ev: any) {
|
||||
console.log("Changed", ev);
|
||||
}
|
||||
|
||||
onCancel(ev) {
|
||||
onCancel(ev: any) {
|
||||
console.log("Canceled", ev);
|
||||
}
|
||||
|
||||
clearLeapYear() {
|
||||
this.leapYearsSummerMonths = null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user