mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-19 00:26:34 +08:00
Merge pull request #7151 from darktutu/master
directive compile can returns no value
This commit is contained in:
2
angularjs/angular.d.ts
vendored
2
angularjs/angular.d.ts
vendored
@@ -1804,7 +1804,7 @@ declare namespace angular {
|
||||
* that is passed to the link function instead.
|
||||
*/
|
||||
transclude: ITranscludeFunction
|
||||
): IDirectivePrePost;
|
||||
): void | IDirectivePrePost;
|
||||
}
|
||||
|
||||
interface IDirective {
|
||||
|
||||
Reference in New Issue
Block a user