overload for element.controller

This commit is contained in:
5angel
2014-10-13 16:59:32 +04:00
parent bba33bcb0b
commit 24c9d362f2
+1 -1
View File
@@ -1384,7 +1384,7 @@ declare module ng {
find(selector: string): IAugmentedJQuery;
find(element: any): IAugmentedJQuery;
find(obj: JQuery): IAugmentedJQuery;
controller(): any;
controller(name: string): any;
injector(): any;
scope(): IScope;