mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
angular.d.ts - Reverted controller definition in IDirective to any.
This commit is contained in:
Vendored
+1
-1
@@ -1604,7 +1604,7 @@ declare module angular {
|
||||
|
||||
interface IDirective {
|
||||
compile?: IDirectiveCompileFn;
|
||||
controller?: {};
|
||||
controller?: any;
|
||||
controllerAs?: string;
|
||||
bindToController?: boolean|Object;
|
||||
link?: IDirectiveLinkFn | IDirectivePrePost;
|
||||
|
||||
Reference in New Issue
Block a user