We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4add5 commit 05a1c90Copy full SHA for 05a1c90
src/calendar/special.component.ts
@@ -33,7 +33,7 @@ export class SpecialCalendarComponent {
33
}
34
35
onValueChange(args: any) {
36
- let title: string = (<HTMLElement>event.currentTarget).querySelector(".e-link").getAttribute('data-val');
+ let title: string = (<HTMLElement>event.currentTarget).querySelector(".e-day").getAttribute('data-val');
37
title = title == null ? "" : " ( "+title+" )";
38
(<HTMLInputElement>document.getElementById('selected')).textContent = 'Selected Value: ' + args.value.toLocaleDateString() + title;
39
0 commit comments