mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
directive compile can return a function whit void
IDirective
This commit is contained in:
Vendored
+1
-1
@@ -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