mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
$setPristine() INgModelController
Doc reference: https://code.angularjs.org/1.2.26/docs/api/ng/type/ngModel.NgModelController
This commit is contained in:
1
angularjs/angular.d.ts
vendored
1
angularjs/angular.d.ts
vendored
@@ -424,6 +424,7 @@ declare module ng {
|
||||
// Documentation states viewValue and modelValue to be a string but other
|
||||
// types do work and it's common to use them.
|
||||
$setViewValue(value: any): void;
|
||||
$setPristine(): void;
|
||||
$validate(): void;
|
||||
$setTouched(): void;
|
||||
$setUntouched(): void;
|
||||
|
||||
Reference in New Issue
Block a user