Files
openfoodnetwork/app/assets/javascripts/darkswarm/controllers/producer_node_controller.js.coffee
2014-05-29 16:38:01 +10:00

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()