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

Commit

Permalink
feat(calendar): fix up $$mdDateLocaleProvider and use in calendar.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn committed Aug 13, 2015
1 parent 7b70d74 commit b789eef
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 44 deletions.
6 changes: 3 additions & 3 deletions src/components/calendar/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
CalendarCtrl.prototype.focus = function() {
this.focusDateElement(this.selectedDate);
};


/*** Animation ***/

Expand Down Expand Up @@ -719,8 +719,8 @@
return [
'md',
this.id,
date.getFullYear(),
date.getMonth(),
date.getFullYear(),
date.getMonth(),
date.getDate()
].join('-');
};
Expand Down
28 changes: 0 additions & 28 deletions src/components/calendar/demoBasicUsage/index.html

This file was deleted.

12 changes: 0 additions & 12 deletions src/components/calendar/demoBasicUsage/script.js

This file was deleted.

1 change: 0 additions & 1 deletion src/components/calendar/demoBasicUsage/style.css

This file was deleted.

0 comments on commit b789eef

Please sign in to comment.