3da583bdd4d58c8e296552261be5a.
This commit is contained in:
Roland Zwaga
2014-06-14 17:55:59 +02:00
+2 -7
View File
@@ -203,7 +203,6 @@ declare module ng {
$error: any;
$addControl(control: ng.INgModelController): void;
$removeControl(control: ng.INgModelController): void;
$setValidity(validationErrorKey: string, isValid: boolean, control: ng.INgModelController): void;
$setDirty(): void;
$setPristine(): void;
}
@@ -303,17 +302,13 @@ declare module ng {
// WindowService
// see http://docs.angularjs.org/api/ng.$window
///////////////////////////////////////////////////////////////////////////
interface IWindowService extends Window {
[key: string]: any;
}
interface IWindowService extends Window {}
///////////////////////////////////////////////////////////////////////////
// BrowserService
// TODO undocumented, so we need to get it from the source code
///////////////////////////////////////////////////////////////////////////
interface IBrowserService {
[key: string]: any;
}
interface IBrowserService {}
///////////////////////////////////////////////////////////////////////////
// TimeoutService