mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-25 01:23:23 +00:00
7 lines
205 B
CoffeeScript
7 lines
205 B
CoffeeScript
Darkswarm.directive "ofnScrollTo", ($location, $anchorScroll)->
|
|
restrict: 'A'
|
|
link: (scope, element, attrs)->
|
|
element.bind 'click', ->
|
|
$location.hash attrs.ofnScrollTo
|
|
$anchorScroll()
|