Adding Angular 1.3's 'bindToController' directive property

This commit is contained in:
Mackay, John
2014-10-29 14:26:14 -07:00
parent 639f974f9d
commit f41b28ef4b
+1
View File
@@ -1381,6 +1381,7 @@ declare module ng {
compile?: IDirectiveCompileFn;
controller?: any;
controllerAs?: string;
bindToController?: boolean;
link?: IDirectiveLinkFn;
name?: string;
priority?: number;