Merge pull request #747 from wereHamster/angularjs-idirective-transclude

Change IDirective.transclude to be of `any` type
This commit is contained in:
Boris Yankov
2013-07-05 08:56:49 -07:00
+1 -1
View File
@@ -644,7 +644,7 @@ declare module ng {
template?: string;
templateUrl?: string;
replace?: bool;
transclude?: bool;
transclude?: any;
restrict?: string;
scope?: any;
link?: Function;