Adding $setDirty(dirty: boolean): void; To IFormController

Documented here: http://docs.angularjs.org/api/ng.directive:form.FormController
This commit is contained in:
mick delaney
2013-09-04 10:22:24 +01:00
parent f19d6cc6e3
commit 4297a8fe89
+1
View File
@@ -138,6 +138,7 @@ declare module ng {
$valid: boolean;
$invalid: boolean;
$error: any;
$setDirty(dirty: boolean): void;
}
///////////////////////////////////////////////////////////////////////////