angular-cn/public/docs/js/latest/api/forms/AbstractControl-class.jade

165 lines
1.3 KiB
Plaintext
Raw Normal View History

2015-06-01 22:51:00 -07:00
p.location-badge.
exported from <a href='../forms'>angular2/forms</a>
defined in <a href="https://github.com/angular/angular/tree/master/modules/angular2/src/forms/model.ts#L22-L74">angular2/src/forms/model.ts (line 22)</a>
:markdown
Omitting from external API doc as this is really an abstract internal concept.
.l-main-section
h2 Members
.l-sub-section
h3 constructor
pre.prettyprint
code.
constructor(validator: Function)
:markdown
.l-sub-section
h3 dirty
:markdown
.l-sub-section
h3 errors
:markdown
.l-sub-section
h3 pristine
:markdown
.l-sub-section
h3 setParent
pre.prettyprint
code.
setParent(parent)
:markdown
.l-sub-section
h3 status
:markdown
.l-sub-section
h3 updateValidity
pre.prettyprint
code.
updateValidity()
:markdown
.l-sub-section
h3 valid
:markdown
.l-sub-section
h3 validator
:markdown
.l-sub-section
h3 value
:markdown
.l-sub-section
h3 valueChanges
:markdown