Added missing templateNamespace to ng.IDirective interface

This commit is contained in:
Konrad Cerny
2015-11-11 15:57:10 +01:00
parent 708609e076
commit 1c1f9f790e

View File

@@ -1660,6 +1660,7 @@ declare module angular {
restrict?: string;
scope?: any;
template?: any;
templateNamespace?: string;
templateUrl?: any;
terminal?: boolean;
transclude?: any;