Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFormController

form.FormController - type in module ng see https://docs.angularjs.org/api/ng/type/form.FormController

Hierarchy

  • IFormController

Indexable

[name: string]: any

Indexer which should return ng.INgModelController for most properties but cannot because of "All named properties must be assignable to string indexer type" constraint - see https://github.com/Microsoft/TypeScript/issues/272

Index

Properties

$dirty

$dirty: boolean

$error

$error: any

$invalid

$invalid: boolean

$name

$name: string

$pending

$pending: any

$pristine

$pristine: boolean

$submitted

$submitted: boolean

$valid

$valid: boolean

Methods

$addControl

$commitViewValue

  • $commitViewValue(): void
  • Returns void

$removeControl

$rollbackViewValue

  • $rollbackViewValue(): void
  • Returns void

$setDirty

  • $setDirty(): void
  • Returns void

$setPristine

  • $setPristine(): void
  • Returns void

$setSubmitted

  • $setSubmitted(): void
  • Returns void

$setUntouched

  • $setUntouched(): void
  • Returns void

$setValidity

  • Parameters

    Returns void

Generated using TypeDoc