add test for angular.d.ts

This commit is contained in:
vvakame
2014-07-24 23:07:06 +09:00
parent 1ef19827ea
commit c322a99ff4
2 changed files with 253 additions and 3 deletions
+3 -3
View File
@@ -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;