mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
5 lines
314 B
CoffeeScript
5 lines
314 B
CoffeeScript
Darkswarm.controller "ProducersTabCtrl", ($scope, CurrentHub, Enterprises, EnterpriseModal) ->
|
|
# Injecting Enterprises so CurrentHub.producers is dereferenced.
|
|
# We should probably dereference here instead and separate out CurrentHub dereferencing from the Enterprise factory.
|
|
$scope.CurrentHub = CurrentHub
|