mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-25 05:45:15 +00:00
8 lines
199 B
CoffeeScript
8 lines
199 B
CoffeeScript
Darkswarm.factory 'CurrentHub', ($location, $filter, currentHub) ->
|
|
new class CurrentHub
|
|
hasHub: false
|
|
constructor: ->
|
|
@[k] = v for k, v of currentHub
|
|
@hasHub = true
|
|
|