Files
openfoodnetwork/app/assets/javascripts/darkswarm/controllers/tabs/producers_controller.js.coffee
2014-10-07 10:49:57 +11:00

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