Files
openfoodnetwork/app/assets/javascripts/darkswarm/directives/enterprise_modal.js.coffee
2019-06-12 09:47:01 +01:00

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