Revert "add INgModelController#$setPristine()"

This reverts commit 22d7bbaa48.
This commit is contained in:
Martin McWhorter
2014-12-15 12:24:59 +00:00
parent a943bcf95d
commit 17d8aadb53
-1
View File
@@ -285,7 +285,6 @@ 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;