Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit b789eef

Browse files
committed
feat(calendar): fix up $$mdDateLocaleProvider and use in calendar.
1 parent 7b70d74 commit b789eef

File tree

4 files changed

+3
-44
lines changed

4 files changed

+3
-44
lines changed

src/components/calendar/calendar.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
CalendarCtrl.prototype.focus = function() {
308308
this.focusDateElement(this.selectedDate);
309309
};
310-
310+
311311

312312
/*** Animation ***/
313313

@@ -719,8 +719,8 @@
719719
return [
720720
'md',
721721
this.id,
722-
date.getFullYear(),
723-
date.getMonth(),
722+
date.getFullYear(),
723+
date.getMonth(),
724724
date.getDate()
725725
].join('-');
726726
};

src/components/calendar/demoBasicUsage/index.html

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/components/calendar/demoBasicUsage/script.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/components/calendar/demoBasicUsage/style.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)