diff --git a/angularjs/angular.d.ts b/angularjs/angular.d.ts index e66a6c973..83dcc151f 100755 --- a/angularjs/angular.d.ts +++ b/angularjs/angular.d.ts @@ -1054,7 +1054,7 @@ declare module ng { ): IDirectivePrePost; } - interface IDirective { + interface IDirective{ compile?: IDirectiveCompileFn; controller?: any; controllerAs?: string;