mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
AngularJS Issue: https://github.com/angular/angular.js/issues/12884 AngularJS Documentation: https://docs.angularjs.org/api/ng/type/ngModel.NgModelController#$overrideModelOptions AngularJS Source: https://github.com/angular/angular.js/blob/master/src/ng/directive/ngModel.js#L863
This commit is contained in:
parent
3d41a7ce59
commit
ec2c36e82b
1
types/angular/index.d.ts
vendored
1
types/angular/index.d.ts
vendored
@ -392,6 +392,7 @@ declare namespace angular {
|
||||
$rollbackViewValue(): void;
|
||||
$commitViewValue(): void;
|
||||
$isEmpty(value: any): boolean;
|
||||
$overrideModelOptions(options: INgModelOptions): void;
|
||||
|
||||
$viewValue: any;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user