mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-13 22:40:50 +08:00
6
angularjs/angular.d.ts
vendored
6
angularjs/angular.d.ts
vendored
@@ -668,15 +668,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