Merge pull request #2942 from martinmcwhorter/master

$setPristine() INgModelController
This commit is contained in:
Basarat Ali Syed
2014-10-08 21:13:14 +11:00
+1
View File
@@ -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;