fix change password error message

stable
Juanfran 2015-07-31 14:18:09 +02:00
parent b8c440d723
commit f0f640575d
1 changed files with 1 additions and 1 deletions

View File

@ -89,4 +89,4 @@ UserChangePasswordDirective = ($rs, $confirm, $loading, $translate) ->
link:link
}
module.directive("tgUserChangePassword", ["$tgResources", "$tgConfirm", "$tgLoading", UserChangePasswordDirective])
module.directive("tgUserChangePassword", ["$tgResources", "$tgConfirm", "$tgLoading", "$translate", UserChangePasswordDirective])