Files
openfoodnetwork/app/assets/javascripts/darkswarm/controllers/tabs/producers_controller.js.coffee
2014-10-06 23:20:43 +11:00

5 lines
297 B
CoffeeScript

Darkswarm.controller "ProducersTabCtrl", ($scope, CurrentHub, Enterprises) ->
# 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