mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 21:40:21 +00:00
Merge pull request #747 from wereHamster/angularjs-idirective-transclude
Change IDirective.transclude to be of `any` type
This commit is contained in:
Vendored
+1
-1
@@ -644,7 +644,7 @@ declare module ng {
|
||||
template?: string;
|
||||
templateUrl?: string;
|
||||
replace?: bool;
|
||||
transclude?: bool;
|
||||
transclude?: any;
|
||||
restrict?: string;
|
||||
scope?: any;
|
||||
link?: Function;
|
||||
|
||||
Reference in New Issue
Block a user