Merge pull request #3799 from henkosch/master

Fixed link definition on IDirective with union type
This commit is contained in:
Masahiro Wakame
2015-03-05 23:14:05 +09:00
+1 -1
View File
@@ -1448,7 +1448,7 @@ declare module ng {
controller?: any;
controllerAs?: string;
bindToController?: boolean;
link?: IDirectiveLinkFn;
link?: IDirectiveLinkFn | IDirectivePrePost;
name?: string;
priority?: number;
replace?: boolean;