mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
directive compile can return a function whit void
IDirective
This commit is contained in:
2
angularjs/angular.d.ts
vendored
2
angularjs/angular.d.ts
vendored
@@ -1650,7 +1650,7 @@ declare module angular {
|
||||
templateElement: IAugmentedJQuery,
|
||||
templateAttributes: IAttributes,
|
||||
transclude: ITranscludeFunction
|
||||
): IDirectivePrePost;
|
||||
): void | IDirectivePrePost;
|
||||
}
|
||||
|
||||
interface IDirective {
|
||||
|
||||
Reference in New Issue
Block a user