angular/modules/angular2/test/render/dom/view
Pawel Kozlowski a8b57256c8 fix(class): allow class names with mixed case
Fixes #3001

BREAKING CHANGE:

View renderer used to take normalized CSS class names (ex. fooBar for foo-bar).
With this change a rendered implementation gets a calss name as specified in a
template, without any transformations / normalization. This change only affects
custom view renderers that should be updated accordingly.

Closes #3264
2015-07-27 16:46:42 +02:00
..
proto_view_builder_spec.ts chore(docs): added more docs for core.ts 2015-07-25 03:20:12 +00:00
proto_view_merger_integration_spec.ts chore(API): cleaned up top level imports (render) 2015-07-25 03:20:15 +00:00
view_spec.ts fix(class): allow class names with mixed case 2015-07-27 16:46:42 +02:00