Files
openfoodnetwork/app/assets/javascripts/darkswarm/directives/enterprise_modal.js.coffee
2020-05-07 00:54:01 +10:00

11 lines
314 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