angular-cn/modules/angular2/test/directives
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
..
class_spec.ts fix(class): allow class names with mixed case 2015-07-27 16:46:42 +02:00
ng_for_spec.ts chore(test): migrate directives tests to testcomponentbuilder 2015-06-24 21:58:36 -07:00
ng_if_spec.ts chore(test): migrate directives tests to testcomponentbuilder 2015-06-24 21:58:36 -07:00
ng_style_spec.ts chore(test): move ng-style tests to TestComponentBuilder 2015-06-29 10:59:32 -07:00
ng_switch_spec.ts test(NgSwitch): simplify tests with static values 2015-06-25 15:12:16 +02:00
non_bindable_spec.ts chore(test): migrate directives tests to testcomponentbuilder 2015-06-24 21:58:36 -07:00
observable_list_diff_spec.dart feat(change_detection): added support for ObservableList from package:observe 2015-07-15 17:06:42 -07:00