Skip to content

Commit

Permalink
Fix templateCache inject
Browse files Browse the repository at this point in the history
  • Loading branch information
aselbie committed Jan 28, 2016
1 parent f7d2e7d commit efb30b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ templateCache = ($templateCache) ->

$templateCache.put "views/#{viewPathCleanHtml}", views(viewPath)()

templateCache.$nject = ['$templateCache']
templateCache.$inject = ['$templateCache']

angular.module('appirio-tech-ng-submit-work').run templateCache

0 comments on commit efb30b6

Please sign in to comment.