From 5056f01ffa2474ac2530ef4a889e61d21c7b288b Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 14 May 2015 15:14:02 +0200 Subject: [PATCH] Fixing leave project directive --- app/coffee/modules/team/main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/coffee/modules/team/main.coffee b/app/coffee/modules/team/main.coffee index 6cfe21b7..df13508c 100644 --- a/app/coffee/modules/team/main.coffee +++ b/app/coffee/modules/team/main.coffee @@ -242,7 +242,7 @@ LeaveProjectDirective = ($repo, $confirm, $location, $rs, $navurls, $translate) link: link } -module.directive("tgLeaveProject", ["$tgRepo", "$tgConfirm", "$tgLocation", "$tgResources", "$tgNavUrls", +module.directive("tgLeaveProject", ["$tgRepo", "$tgConfirm", "$tgLocation", "$tgResources", "$tgNavUrls", "$translate", LeaveProjectDirective])