Skip to content

Commit

Permalink
fix(decorator): fix decorator function
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 committed Jul 21, 2016
1 parent 6693ac1 commit c51849a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/decorator/name.decorator.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const angular = require('angular');

/*@ngInject*/
export function <%= cameledName %>Decorator($delegate)
export function <%= cameledName %>Decorator($delegate) {
// decorate the $delegate
return $delegate;
}
Expand Down

0 comments on commit c51849a

Please sign in to comment.