Skip to content
This repository was archived by the owner on Jul 29, 2026. It is now read-only.

Commit c18c9da

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/coffeescript/services/auth.coffee

Lines changed: 1 addition & 1 deletion
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)