Files
openfoodnetwork/app/assets/javascripts/darkswarm/controllers/hub_node_controller.js.coffee
2014-04-25 11:32:02 +10:00

14 lines
336 B
CoffeeScript

Darkswarm.controller "HubNodeCtrl", ($scope, Navigation, $location, $anchorScroll, $templateCache, CurrentHub) ->
$scope.toggle = ->
Navigation.navigate $scope.hub.path
$scope.open = ->
$location.path() == $scope.hub.path
$scope.current = ->
$scope.hub.id is CurrentHub.id
if $scope.open()
$anchorScroll()