angular/modules/angular2/src/forms/directives
vsavkin 985627bd65 cleanup(DI): clean up visibility decorators
BREAKING CHANGE:
    Replace @Ancestor() with @Host() @SkipSelf()
    Replace @Unbounded() wwith @SkipSelf()
    Replace @Ancestor({self:true}) with @Host()
    Replace @Unbounded({self:true}) with nothing
    Replace new AncestorMetadata() with [new HostMetadata(), new SkipSelfMetadata()]
    Replace new UnboundedMetadata() with new SkipSelfMetadata()
    Replace new Ancestor({self:true}) with new HostMetadata()
2015-07-31 02:30:26 +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 cleanup(DI): clean up visibility decorators 2015-07-31 02:30:26 +00:00
ng_control_name.ts cleanup(DI): clean up visibility decorators 2015-07-31 02:30:26 +00:00
ng_form.ts refactor(Async): Unify TS and Dart PromiseCompleter naming 2015-07-27 10:28:07 -07:00
ng_form_control.ts cleanup(DI): clean up visibility decorators 2015-07-31 02:30:26 +00:00
ng_form_model.ts feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
ng_model.ts cleanup(DI): clean up visibility decorators 2015-07-31 02:30:26 +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 fix(forms): Remove cyclic dependency 2015-07-07 16:25:43 -07:00