-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
md-prefix and md-suffix selectors should be camel-cased #2636
Labels
help wanted
The team would appreciate a PR from the community to address this issue
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Comments
We will need to support both selectors temporarily and then remove the dash-case versions in a subsequent release. |
devversion
added a commit
to devversion/material2
that referenced
this issue
Jan 13, 2017
* Renames the md-prefix and md-suffix directives to camelcase. Closes angular#2636
mmalerba
pushed a commit
that referenced
this issue
Jan 18, 2017
* Renames the md-prefix and md-suffix directives to camelcase. Closes #2636 BREAKING CHANGE: md-prefix and md-suffix are now mdPrefix and mdSuffix
kara
pushed a commit
to kara/material2
that referenced
this issue
Jan 20, 2017
* Renames the md-prefix and md-suffix directives to camelcase. Closes angular#2636 BREAKING CHANGE: md-prefix and md-suffix are now mdPrefix and mdSuffix
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
help wanted
The team would appreciate a PR from the community to address this issue
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Bug, feature request, or proposal:
This is a leftover from moving from dash-cased to camel-cased directive names.
Currently it looks like this:
But it should be this:
The text was updated successfully, but these errors were encountered: