Darkswarm.directive "hubModal", ($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)