Actual Behavior:
What is the issue? Apply mask in md-datepicker.
What is the expected behavior? Date mask in md-datepicker input.
CodePen Demo
AngularJS Versions:
AngularJS Version: 1.6.x
AngularJS Material Version: 1.1.5
I needed to change some lines of the Date Picker directive to perfectly work the md-datepicker ng-model value. Here is the commit of my changes.
I needed to mask in md-datepicker on a project and solved it this way. I hope it helps someone.