mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #6716 from rokerkony/angular-templateNamespace-missing
Added missing templateNamespace to ng.IDirective interface
This commit is contained in:
Vendored
+1
@@ -1660,6 +1660,7 @@ declare module angular {
|
||||
restrict?: string;
|
||||
scope?: any;
|
||||
template?: any;
|
||||
templateNamespace?: string;
|
||||
templateUrl?: any;
|
||||
terminal?: boolean;
|
||||
transclude?: any;
|
||||
|
||||
Reference in New Issue
Block a user