Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 30590fb

Browse files
Correct assignment of the md-min-date attribute
1 parent 68c07af commit 30590fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/material-decorator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
var minDate = args.form.minimum || false;
169169
var maxDate = args.form.maximum || false;
170170
if (minDate) {
171-
mdDatepickerFrag.setAttribute('md-max-date', minDate);
171+
mdDatepickerFrag.setAttribute('md-min-date', minDate);
172172
}
173173
if (maxDate) {
174174
mdDatepickerFrag.setAttribute('md-max-date', maxDate);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /