Merge pull request #3334 from martinmcwhorter/angular-1.2

add INgModelController#$setPristine()
This commit is contained in:
Masahiro Wakame
2014-12-18 13:22:23 +09:00
+1
View File
@@ -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;