Merge pull request #599 from flyingmutant/patch-1

angular.d.ts — make 'scope' be any, not bool
This commit is contained in:
Boris Yankov
2013-06-06 10:30:19 -07:00
+1 -1
View File
@@ -646,7 +646,7 @@ declare module ng {
replace?: bool;
transclude?: bool;
restrict?: string;
scope?: bool;
scope?: any;
link?: Function;
compile?: Function;
}