I've upgraded to Angular Material 1.1.1. I'm using Angular JS v1.6.1.
The issue I have is when I use the standard code as follows:
<md-content>
<h4>Standard date-picker</h4>
<md-datepicker ng-model="test" placeholder="Test date"></md-datepicker>
</md-content>
When I select the picker, I get an empty div that is loaded only when i scroll.
Image below:
Codepen: