rename file

This commit is contained in:
Rafael Schouten
2014-10-01 18:47:50 +10:00
parent 54b138b2cc
commit ccdcf16cec

View File

@@ -1,8 +0,0 @@
Darkswarm.directive "enterpriseModal", ($modal)->
restrict: 'E'
replace: true
template: "<a>{{enterprise.name}}</a>"
link: (scope, elem, attrs, ctrl)->
elem.on "click", (ev)=>
ev.stopPropagation()
scope.modalInstance = $modal.open(controller: ctrl, templateUrl: 'hub_modal.html', scope: scope)