mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-04 16:04:45 +08:00
Added missing property
Added missing property in the IFormController interface
This commit is contained in:
Vendored
+1
@@ -385,6 +385,7 @@ declare module angular {
|
||||
$invalid: boolean;
|
||||
$submitted: boolean;
|
||||
$error: any;
|
||||
$pending: any;
|
||||
$addControl(control: INgModelController): void;
|
||||
$removeControl(control: INgModelController): void;
|
||||
$setValidity(validationErrorKey: string, isValid: boolean, control: INgModelController): void;
|
||||
|
||||
Reference in New Issue
Block a user