angular-cn/modules/angular2/test/forms
Martin Probst c7e48350d3 chore: kill ListWrapper.create() and .push().
These wrappers are not natively understood by
ts2dart. Removing them will improve Dart2JS
compilation due to fewer megamorphic calls to List
functions.

It also makes Angular code more succinct and
improves type safety in Angular due to better type
inference of the Array component type.

This change exposed several bugs in Angular.
2015-06-17 16:21:55 -07:00
..
directives_spec.ts refactor(forms): made directive names consistent 2015-06-12 09:45:55 -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(forms): fixed the handling of the select element 2015-06-15 13:16:41 -07:00
model_spec.ts chore: kill ListWrapper.create() and .push(). 2015-06-17 16:21:55 -07:00
validators_spec.ts chore(forms): moved tests/forms to typescript 2015-05-22 14:44:57 -07:00