I have a problem at the height of the md-content. My app has ng-view and it is 100% of the page, but the md-content don't get 100% of parent. Look that result:
<ng-view flex class="md-padding">
<md-content flex> foo </md-content>
</ng-view>
I try put style="height: 100%" but not work. I've tried the issues but found that solved my problem.
You need to add layout & layout-fill to md-content