mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
7 lines
233 B
CoffeeScript
7 lines
233 B
CoffeeScript
Admin.directive "ofnConfirmLinkPath", (ofnConfirmHandler) ->
|
|
restrict: "A"
|
|
scope:
|
|
path: "@ofnConfirmLinkPath"
|
|
link: (scope, element, attrs) ->
|
|
element.click ofnConfirmHandler scope, ->
|
|
window.location = scope.path |