Merge pull request #3057 from mackayj/master

Adding Angular 1.3's "bindToController" to be used with "controllerAs" on directives
This commit is contained in:
Masahiro Wakame
2014-10-30 14:58:36 +09:00
+1
View File
@@ -1381,6 +1381,7 @@ declare module ng {
compile?: IDirectiveCompileFn;
controller?: any;
controllerAs?: string;
bindToController?: boolean;
link?: IDirectiveLinkFn;
name?: string;
priority?: number;