2015-06-01 22:51:00 -07:00
p.location-badge.
exported from <a href='../forms'>angular2/forms</a>
2015-06-19 12:08:22 -07:00
defined in <a href="https://github.com/angular/angular/tree/3a0410a/modules/angular2/src/forms/directives/select_control_value_accessor.ts#L19-L68">angular2/src/forms/directives/select_control_value_accessor.ts (line 19)</a>
2015-06-01 22:51:00 -07:00
:markdown
2015-06-19 12:08:22 -07:00
The accessor for writing a value and listening to changes on a select element.
2015-06-01 22:51:00 -07:00
.l-main-section
h2 Members
.l-sub-section
h3 constructor
pre.prettyprint
code.
2015-06-19 12:08:22 -07:00
constructor(cd: NgControl, renderer: Renderer, elementRef: ElementRef, query: QueryList<NgSelectOption>)
2015-06-01 22:51:00 -07:00
:markdown
2015-06-19 12:08:22 -07:00
.l-sub-section
h3 value
:markdown
2015-06-01 22:51:00 -07:00
.l-sub-section
h3 onChange
:markdown
.l-sub-section
2015-06-19 12:08:22 -07:00
h3 onTouched
2015-06-01 22:51:00 -07:00
2015-06-19 12:08:22 -07:00
:markdown
.l-sub-section
h3 cd
2015-06-01 22:51:00 -07:00
:markdown
.l-sub-section
2015-06-19 12:08:22 -07:00
h3 renderer
:markdown
.l-sub-section
h3 elementRef
2015-06-01 22:51:00 -07:00
:markdown
.l-sub-section
h3 writeValue
pre.prettyprint
code.
writeValue(value)
:markdown
2015-06-19 12:08:22 -07:00
.l-sub-section
h3 registerOnChange
pre.prettyprint
code.
registerOnChange(fn)
:markdown
.l-sub-section
h3 registerOnTouched
pre.prettyprint
code.
registerOnTouched(fn)
:markdown