mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(nav): adds some asserts and small changes
This commit is contained in:
@@ -488,7 +488,7 @@ export class DateTime extends Ion implements AfterContentInit, ControlValueAcces
|
||||
{
|
||||
text: this.doneText,
|
||||
handler: (data: any) => {
|
||||
console.log('datetime, done', data);
|
||||
console.debug('datetime, done', data);
|
||||
this.onChange(data);
|
||||
this.ionChange.emit(data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user