This is a leftover from moving from dash-cased to camel-cased directive names.
Currently it looks like this:
<md-input-container align="end">
<input mdInput placeholder="amount">
<span md-prefix>$ </span>
<span md-suffix>.00</span>
</md-input-container>
But it should be this:
<md-input-container align="end">
<input mdInput placeholder="amount">
<span mdPrefix>$ </span>
<span mdSuffix>.00</span>
</md-input-container>
We will need to support both selectors temporarily and then remove the dash-case versions in a subsequent release.
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._