Merge pull request #6716 from rokerkony/angular-templateNamespace-missing

Added missing templateNamespace to ng.IDirective interface
This commit is contained in:
Masahiro Wakame
2015-11-16 21:47:09 +09:00
+1
View File
@@ -1660,6 +1660,7 @@ declare module angular {
restrict?: string;
scope?: any;
template?: any;
templateNamespace?: string;
templateUrl?: any;
terminal?: boolean;
transclude?: any;