This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Description
When you have markup like this:
<md-input-container>
<label>Email</label>
<input type="email" placeholder="johnny.appleseed@gmail.com" required="required" autofocus="autofocus" ng-model="email">
</md-input-container>
You end up with

and

The label covers the placeholder. What should be done about this?