mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Adding Angular 1.3's 'bindToController' directive property
This commit is contained in:
Vendored
+1
@@ -1381,6 +1381,7 @@ declare module ng {
|
||||
compile?: IDirectiveCompileFn;
|
||||
controller?: any;
|
||||
controllerAs?: string;
|
||||
bindToController?: boolean;
|
||||
link?: IDirectiveLinkFn;
|
||||
name?: string;
|
||||
priority?: number;
|
||||
|
||||
Reference in New Issue
Block a user