refactor(nav): adds some asserts and small changes

This commit is contained in:
Manu Mtz.-Almeida
2016-10-18 19:09:04 +02:00
parent 221c1c456d
commit 13b32896fa
3 changed files with 37 additions and 21 deletions

View File

@@ -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);
}