Skip to content

Class bindings shouldn't camelCase normalize CSS class names. #1057

@jelbourn

Description

@jelbourn

If I have a binding:

<div [class.md-radio-checked]="isChecked">...</div>

Then the class name added to the element should be md-radio-checked. Currently, it is mdRadioChecked.

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions