union type for bindToController

This commit is contained in:
André König
2015-05-29 10:06:25 +02:00
parent 5294692073
commit 58d0e244a7
+1 -1
View File
@@ -1550,7 +1550,7 @@ declare module angular {
compile?: IDirectiveCompileFn;
controller?: any;
controllerAs?: string;
bindToController?: any;
bindToController?: boolean|Object;
link?: IDirectiveLinkFn | IDirectivePrePost;
name?: string;
priority?: number;