mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
Updated angular IDirective for 1.2.0
Conflicts: angularjs/angular.d.ts
This commit is contained in:
committed by
John Emau
parent
604c5b5d6f
commit
9ba67fffd6
6
angularjs/angular-1.0.d.ts
vendored
6
angularjs/angular-1.0.d.ts
vendored
@@ -671,15 +671,15 @@ declare module ng {
|
||||
|
||||
interface IDirective{
|
||||
priority?: number;
|
||||
template?: string;
|
||||
templateUrl?: string;
|
||||
template?: any;
|
||||
templateUrl?: any;
|
||||
replace?: boolean;
|
||||
transclude?: any;
|
||||
restrict?: string;
|
||||
scope?: any;
|
||||
link?: Function;
|
||||
compile?: Function;
|
||||
controller?: Function;
|
||||
controller?: any;
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user