Skip to content
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

feat(i18nAttr): Normalize the attribute key before it is set #60

Merged
merged 1 commit into from
Sep 9, 2015
Merged

feat(i18nAttr): Normalize the attribute key before it is set #60

merged 1 commit into from
Sep 9, 2015

Conversation

bretkikehara
Copy link
Collaborator

Normalize the attribute key before it is set. The attrs object will retain the camel case name while element attributes will be converted using snake case. Please refer to https://github.com/angular/angular.js/blob/v1.4.5/src/ng/compile.js#L1095-L1102.

Review on Reviewable

Normalize the attribute key before it is set. The attrs object will retain the camel case name while element attributes will be converted using snake case. Please refer to https://github.com/angular/angular.js/blob/v1.4.5/src/ng/compile.js#L1095-L1102.
doshprompt added a commit that referenced this pull request Sep 9, 2015
feat(i18nAttr): Normalize the attribute key before it is set
@doshprompt doshprompt merged commit 6fcf5a5 into doshprompt:master Sep 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants