Merge pull request #4416 from ejmarino/patch-1

added $setDirty method to INgModelController (new in v1.3.15+)
This commit is contained in:
Masahiro Wakame
2015-05-25 00:34:39 +09:00
+1
View File
@@ -474,6 +474,7 @@ declare module angular {
// types do work and it's common to use them.
$setViewValue(value: any, trigger?: string): void;
$setPristine(): void;
$setDirty(): void;
$validate(): void;
$setTouched(): void;
$setUntouched(): void;