diff --git a/app/assets/javascripts/darkswarm/directives/enterproise_modal.js.coffee b/app/assets/javascripts/darkswarm/directives/enterproise_modal.js.coffee deleted file mode 100644 index 60f3810f41..0000000000 --- a/app/assets/javascripts/darkswarm/directives/enterproise_modal.js.coffee +++ /dev/null @@ -1,8 +0,0 @@ -Darkswarm.directive "enterpriseModal", ($modal)-> - restrict: 'E' - replace: true - template: "{{enterprise.name}}" - link: (scope, elem, attrs, ctrl)-> - elem.on "click", (ev)=> - ev.stopPropagation() - scope.modalInstance = $modal.open(controller: ctrl, templateUrl: 'hub_modal.html', scope: scope)