Skip to content

Commit

Permalink
fix(generator): add closing template tag
Browse files Browse the repository at this point in the history
Missing template closing tag
  • Loading branch information
eddiemonge committed Jan 14, 2014
1 parent c488047 commit 3522514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/coffeescript-min/decorator.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

angular.module("<%= scriptAppName").config ["$provide", ($provide) ->
angular.module("<%= scriptAppName %>").config ["$provide", ($provide) ->
$provide.decorator "<%= cameledName %>", ($delegate) ->
# decorate the $delegate
$delegate
Expand Down

0 comments on commit 3522514

Please sign in to comment.