Files
openfoodnetwork/app/assets/javascripts/darkswarm/controllers/hub_node_controller.js.coffee
2014-06-20 16:31:49 +10:00

10 lines
304 B
CoffeeScript

Darkswarm.controller "HubNodeCtrl", ($scope, HashNavigation, Navigation, $location, $templateCache, CurrentHub) ->
$scope.toggle = ->
HashNavigation.toggle $scope.hub.hash
$scope.open = ->
HashNavigation.active $scope.hub.hash
$scope.current = ->
$scope.hub.id is CurrentHub.hub.id