angular/modules/angular2/src/forms/directives
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
..
abstract_control_directive.ts feat(forms): changed all form directives to have basic control attributes 2015-07-08 12:04:38 -07:00
checkbox_value_accessor.ts cleanup(forms): value accessors inject NgControl only from self 2015-07-24 16:56:22 -07:00
control_container.ts feat(forms): changed all form directives to have basic control attributes 2015-07-08 12:04:38 -07:00
control_value_accessor.ts docs(forms): updated forms docs to cover new apis 2015-06-12 09:45:55 -07:00
default_value_accessor.ts cleanup(forms): value accessors inject NgControl only from self 2015-07-24 16:56:22 -07:00
form_interface.ts feat(forms): changed all form directives to have basic control attributes 2015-07-08 12:04:38 -07:00
ng_control.ts chore(doc-gen): remove unnecessary @public and @exportedAs tags 2015-07-11 07:21:46 +01:00
ng_control_group.ts refactor: rename all const to UPPER_CASE 2015-08-13 21:18:31 +00:00
ng_control_name.ts refactor: rename all const to UPPER_CASE 2015-08-13 21:18:31 +00:00
ng_form.ts refactor: rename all const to UPPER_CASE 2015-08-13 21:18:31 +00:00
ng_form_control.ts refactor: rename all const to UPPER_CASE 2015-08-13 21:18:31 +00:00
ng_form_model.ts refactor: rename all const to UPPER_CASE 2015-08-13 21:18:31 +00:00
ng_model.ts refactor: rename all const to UPPER_CASE 2015-08-13 21:18:31 +00:00
select_control_value_accessor.ts cleanup(forms): value accessors inject NgControl only from self 2015-07-24 16:56:22 -07:00
shared.ts refactor(forms): removed iterableToList 2015-07-17 10:52:23 -07:00
validators.ts cleanup(di): renamed viewInjector and hostInjector 2015-07-31 09:49:51 -07:00