diff --git a/angularjs/angular.d.ts b/angularjs/angular.d.ts index 5bfde41e9..79134e433 100755 --- a/angularjs/angular.d.ts +++ b/angularjs/angular.d.ts @@ -543,7 +543,7 @@ declare module ng { } interface ITemplateLinkingFunction { - (scope: IScope, cloneAttachFn?: ICloneAttachFunction): JQuery; + (scope?: IScope, cloneAttachFn?: ICloneAttachFunction): JQuery; // scope argument is optional (cloneAttachFn?: ICloneAttachFunction): JQuery; }