Skip to content

Commit

Permalink
fix(app): fixed coffee service so it's min-safe
Browse files Browse the repository at this point in the history
closes #66
  • Loading branch information
DaftMonk committed Jan 27, 2014
1 parent 788fda0 commit c18c9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/coffeescript/services/auth.coffee
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

angular.module('<%= scriptAppName %>')
.factory 'Auth', Auth = ($location, $rootScope, Session, User, $cookieStore) ->
.factory 'Auth', ($location, $rootScope, Session, User, $cookieStore) ->

# Get currentUser from cookie
$rootScope.currentUser = $cookieStore.get('user') or null
Expand Down

0 comments on commit c18c9da

Please sign in to comment.