mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update angular.d.ts
remove unnecessary restriction on directive's `link` callback to accept optional parameters
This commit is contained in:
parent
681e9c5833
commit
abfde2a300
6
angularjs/angular.d.ts
vendored
6
angularjs/angular.d.ts
vendored
@ -1001,9 +1001,9 @@ declare module ng {
|
||||
link?:
|
||||
(scope: IScope,
|
||||
instanceElement: IAugmentedJQuery,
|
||||
instanceAttributes?: IAttributes,
|
||||
controller?: any,
|
||||
transclude?: ITranscludeFunction
|
||||
instanceAttributes: IAttributes,
|
||||
controller: any,
|
||||
transclude: ITranscludeFunction
|
||||
) => void;
|
||||
name?: string;
|
||||
priority?: number;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user