Skip to content

Commit

Permalink
Merge branch 'pr/542'
Browse files Browse the repository at this point in the history
  • Loading branch information
passy committed Jan 12, 2014
2 parents 6638dd8 + 0f57d2c commit c488047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/coffeescript/decorator.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

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

0 comments on commit c488047

Please sign in to comment.