-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgenthelp wantedThe team would appreciate a PR from the community to address this issueThe team would appreciate a PR from the community to address this issue
Description
Bug, feature request, or proposal:
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>
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgenthelp wantedThe team would appreciate a PR from the community to address this issueThe team would appreciate a PR from the community to address this issue