angular-cn/modules/angular2/test/forms
Tim Blasi b2a0be87e8 fix(change_detect): Sort `DirectiveMetadata` properties during processing
The Angular 2 render compiler can get out of sync between its transformer
execution and its runtime execution, leading to incorrect change detectors with
out-of-order property values. Stable sorting solves this problem (temporarily).
2015-07-20 17:08:02 -07:00
..
directives_spec.ts feat(forms): changed all form directives to have basic control attributes 2015-07-08 12:04:38 -07:00
form_builder_spec.ts chore(forms): moved tests/forms to typescript 2015-05-22 14:44:57 -07:00
integration_spec.ts fix(change_detect): Sort `DirectiveMetadata` properties during processing 2015-07-20 17:08:02 -07:00
model_spec.ts fix(forms): default the initial value of Control to null 2015-07-16 18:34:03 -07:00
validators_spec.ts chore(forms): moved tests/forms to typescript 2015-05-22 14:44:57 -07:00