Darkswarm.directive "enterpriseModal", (EnterpriseModal) -> restrict: 'E' replace: true template: "" transclude: true link: (scope, elem, attrs, ctrl) -> elem.on "click", (event) => event.stopPropagation() scope.modalInstance = EnterpriseModal.open scope.enterprise