angular-cn/modules/angular2/test/forms
Misko Hevery 60af19f0e1 refactor: rename all const to UPPER_CASE
Closes #3573

BREAKING CHANGE

Rename:
- `appComponentTypeToken` => `APP_COMPONENT`
- `coreDirectives` => `CORE_DIRECTIVES`
- `formDirectives` => `FORM_DIRECTIVES`
- `formInjectables` => `FORM_BINDINGS`
- `httpInjectables` => `HTTP_BINDINGS`
- `jsonpInjectables` => `JSONP_BINDINGS`
- `PROTO_CHANGE_DETECTOR_KEY` => `PROTO_CHANGE_DETECTOR`
- `appComponentRefPromiseToken` => `APP_COMPONENT_REF_PROMISE`
- `appComponentTypeToken` => `APP_COMPONENT`
- `undefinedValue` => `UNDEFINED`
- `formDirectives` => `FORM_DIRECTIVES`
- `DOCUMENT_TOKEN` => `DOCUMENT`
- `APP_ID_TOKEN` => `APP_ID`
- `MAX_IN_MEMORY_ELEMENTS_PER_TEMPLATE_TOKEN` => `MAX_IN_MEMORY_ELEMENTS_PER_TEMPLATE`
- `appBaseHrefToken` => `APP_BASE_HREF`
2015-08-13 21:18:31 +00: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 refactor: rename all const to UPPER_CASE 2015-08-13 21:18:31 +00: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