Skip to content

Commit b779a6c

Browse files
jednanoprotomouse
authored and
protomouse
committed
Fix $delegate type
1 parent 54b910c commit b779a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/typescript/decorator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module <%= scriptAppName %> {
88
$provide.decorator('<%= cameledName %>', <%= cameledName %>Decorator);
99
}
1010

11-
export function <%= cameledName %>Decorator($delegate: ng.ILogService) {
11+
export function <%= cameledName %>Decorator($delegate: any) {
1212
// decorate the $delegate
1313
return $delegate;
1414
}

0 commit comments

Comments
 (0)