mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Added $asyncValidators
Check https://docs.angularjs.org/api/ng/type/ngModel.NgModelController#$asyncValidators
This commit is contained in:
parent
0d999bb466
commit
7affe8e6ed
1
angularjs/angular.d.ts
vendored
1
angularjs/angular.d.ts
vendored
@ -445,6 +445,7 @@ declare module ng {
|
||||
$untouched: boolean;
|
||||
|
||||
$validators: IModelValidators;
|
||||
$asyncValidators: IModelValidators;
|
||||
|
||||
$pristine: boolean;
|
||||
$dirty: boolean;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user