Fixing leave project directive

stable
Alejandro Alonso 2015-05-14 15:14:02 +02:00
parent 35a2aea6a6
commit 5056f01ffa
1 changed files with 1 additions and 1 deletions

View File

@ -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])