Actual Behavior:
What is the issue?
Datepicker with only md-max-date does not work properly.What is the expected behavior?
Clicking on the month headers does not give the correct values. Also we can navigate upto year 1983 only - we cannot go beyond thatCodePen (or steps to reproduce the issue): *
CodePen Demo which shows your issue: http://codepen.io/mouhsine/pen/GjRRmLDetails: Click on the month headers - max date not working + can navigate to years upto 1983(can not go beyond that)Angular Versions: *
Angular Version: 1.5.7Angular Material Version: 1.1.0Additional Information:
Browser Type: ChromeBrowser Version: 52.0.2743.116 mOS: windows 7The approach to dealing with the min/max dates was changed recently (https://github.com/angular/material/pull/9309) and it seems like it fixed this issue as well. Here's a forked codepen that uses the code from master. The fix should land soon with 1.1.1.
Most helpful comment