fix change password error message
parent
b8c440d723
commit
f0f640575d
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue