Files
openfoodnetwork/app/assets/javascripts/darkswarm/services/current_user.js.coffee
2021-08-02 18:59:42 +01:00

5 lines
202 B
CoffeeScript

angular.module('Darkswarm').factory 'CurrentUser', (user)-> # This is for the current user
new class CurrentUser
constructor: ->
@[k] = v for k, v of user if user and !$.isEmptyObject(user)