Skip to content

Commit c18c9da

Browse files
committed
fix(app): fixed coffee service so it's min-safe
closes #66
1 parent 788fda0 commit c18c9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/coffeescript/services/auth.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict'
22

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

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

0 commit comments

Comments
 (0)