Skip to content

Commit

Permalink
Fix $delegate type
Browse files Browse the repository at this point in the history
  • Loading branch information
jednano authored and protomouse committed Feb 11, 2015
1 parent 328318f commit aeeda81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/typescript/decorator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module <%= scriptAppName %> {
$provide.decorator('<%= cameledName %>', <%= cameledName %>Decorator);
}

export function <%= cameledName %>Decorator($delegate: ng.ILogService) {
export function <%= cameledName %>Decorator($delegate: any) {
// decorate the $delegate
return $delegate;
}
Expand Down

0 comments on commit aeeda81

Please sign in to comment.