mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
13 lines
355 B
CoffeeScript
13 lines
355 B
CoffeeScript
Darkswarm.controller "HubNodeCtrl", ($scope, HashNavigation, Navigation, $location, $anchorScroll, $templateCache, CurrentHub) ->
|
|
$scope.toggle = ->
|
|
HashNavigation.toggle $scope.hub.hash
|
|
|
|
$scope.open = ->
|
|
HashNavigation.active $scope.hub.hash
|
|
|
|
$scope.current = ->
|
|
$scope.hub.id is CurrentHub.id
|
|
|
|
if $scope.open()
|
|
$anchorScroll()
|