Skip to content

Commit

Permalink
Fixed link definition on IDirective with union type IDirectiveLinkFn …
Browse files Browse the repository at this point in the history
…| IDirectivePrePost.
  • Loading branch information
henkosch committed Mar 5, 2015
1 parent fe39944 commit 235f773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angularjs/angular.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@ declare module ng {
controller?: any;
controllerAs?: string;
bindToController?: boolean;
link?: IDirectiveLinkFn;
link?: IDirectiveLinkFn | IDirectivePrePost;
name?: string;
priority?: number;
replace?: boolean;
Expand Down

0 comments on commit 235f773

Please sign in to comment.