mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
10 lines
363 B
CoffeeScript
10 lines
363 B
CoffeeScript
Darkswarm.controller "HubNodeCtrl", ($scope, HashNavigation, Navigation, $location, $templateCache, CurrentHub) ->
|
|
$scope.toggle = (e) ->
|
|
HashNavigation.toggle $scope.hub.hash if !angular.element(e.target).inheritedData('is-link')
|
|
|
|
$scope.open = ->
|
|
HashNavigation.active $scope.hub.hash
|
|
|
|
$scope.current = ->
|
|
$scope.hub.id is CurrentHub.hub.id
|