mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
5 lines
188 B
CoffeeScript
5 lines
188 B
CoffeeScript
angular.module('Darkswarm').factory 'CurrentHub', (currentHub) ->
|
|
# Populate CurrentHub.hub from json in page. This is probably redundant now.
|
|
new class CurrentHub
|
|
hub: currentHub
|