mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
11 lines
264 B
CoffeeScript
11 lines
264 B
CoffeeScript
Darkswarm.controller "HubNodeCtrl", ($scope, Navigation, $location, $anchorScroll, $templateCache) ->
|
|
$scope.toggle = ->
|
|
Navigation.navigate $scope.hub.path
|
|
|
|
$scope.open = ->
|
|
$location.path() == $scope.hub.path
|
|
|
|
if $scope.open()
|
|
$anchorScroll()
|
|
|