mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #599 from flyingmutant/patch-1
angular.d.ts — make 'scope' be any, not bool
This commit is contained in:
Vendored
+1
-1
@@ -646,7 +646,7 @@ declare module ng {
|
||||
replace?: bool;
|
||||
transclude?: bool;
|
||||
restrict?: string;
|
||||
scope?: bool;
|
||||
scope?: any;
|
||||
link?: Function;
|
||||
compile?: Function;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user