mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #3334 from martinmcwhorter/angular-1.2
add INgModelController#$setPristine()
This commit is contained in:
Vendored
+1
@@ -285,6 +285,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;
|
||||
$viewValue: any;
|
||||
|
||||
$modelValue: any;
|
||||
|
||||
Reference in New Issue
Block a user