angular-cn/modules/angular2/test/forms
Rado Kirov 457c15cd6c feat(decorators): adds decorator versions of DI annotations.
In 'angular2/di' the symbol:
- Inject is a decorator
- InjectAnnotation is an annotation

Internally one an get a hold of annotations without *Annotations appened
(to make ts2dart work without workarounds) by importing from
'angular2/src/di/annotations_impl' instead of 'angular2/di'. This is
needed only for users that transpile through TS and through ts2dart.
2015-05-04 13:35:09 -07:00
..
form_builder_spec.js feat(forms): added support for arrays of controls 2015-03-26 07:43:25 -07:00
integration_spec.js feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00
model_spec.js fix(ts): ts doesn't like ";;" 2015-03-26 17:32:48 +01:00
validators_spec.js refactor(forms): wrapped all validators into the Validator class 2015-03-23 08:50:56 -07:00