mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-09-12 13:48:58 +02:00
fix: inject the translator for profile save errors
This commit is contained in:
@@ -1138,7 +1138,8 @@ angular
|
||||
.controller("profileController", [
|
||||
"$scope",
|
||||
"$http",
|
||||
function ($scope, $http) {
|
||||
"$translate",
|
||||
function ($scope, $http, $translate) {
|
||||
$scope.terms = "";
|
||||
$scope.options = {
|
||||
expirationMode: "remove",
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user