mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
10 lines
260 B
CoffeeScript
10 lines
260 B
CoffeeScript
Darkswarm.controller "ProducerNodeCtrl", ($scope, HashNavigation, $anchorScroll) ->
|
|
$scope.toggle = ->
|
|
HashNavigation.toggle $scope.producer.hash
|
|
|
|
$scope.open = ->
|
|
HashNavigation.active($scope.producer.hash)
|
|
|
|
if $scope.open()
|
|
$anchorScroll()
|