mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
10 lines
313 B
CoffeeScript
10 lines
313 B
CoffeeScript
Darkswarm.directive "enterpriseModal", (EnterpriseModal) ->
|
|
restrict: 'E'
|
|
replace: true
|
|
template: "<a ng-transclude></a>"
|
|
transclude: true
|
|
link: (scope, elem, attrs, ctrl) ->
|
|
elem.on "click", (event) =>
|
|
event.stopPropagation()
|
|
|
|
scope.modalInstance = EnterpriseModal.open scope.enterprise |