Update Definitions/angular-1.0.d.ts

fixed typo
This commit is contained in:
Pavel Savara
2012-11-02 21:43:11 +01:00
parent 2204bd3bd8
commit 6a4b8a6cce
+1 -1
View File
@@ -460,7 +460,7 @@ module ng {
(controllerName: string, locals?: any): any;
}
interface IControlerPovider extends IServiceProvider {
interface IControlerProvider extends IServiceProvider {
register(name: string, controllerConstructor: Function): void;
register(name: string, dependencyAnnotadedConstructor: any[]): void;
}