Use new translation argument passing
This commit is contained in:
@@ -9,15 +9,6 @@ angular.module('Application').controller('ProfileController', ['$scope', '$trans
|
||||
$scope.config = Client.getConfig();
|
||||
$scope.apps = Client.getInstalledApps();
|
||||
|
||||
$scope.translationData = {
|
||||
gravatarLink: 'https://gravatar.com/',
|
||||
apiDocsLink: 'https://docs.cloudron.io/api.html',
|
||||
googleAuthenticatorPlayStoreLink: 'https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2',
|
||||
googleAuthenticatorITunesLink: 'https://itunes.apple.com/us/app/google-authenticator/id388497605',
|
||||
freeOTPPlayStoreLink: 'https://play.google.com/store/apps/details?id=org.fedorahosted.freeotp',
|
||||
freeOTPITunesLink: 'https://itunes.apple.com/us/app/freeotp-authenticator/id872559395',
|
||||
};
|
||||
|
||||
$scope.language;
|
||||
$scope.languages = [
|
||||
{ label: 'English', key: 'en' },
|
||||
|
||||
Reference in New Issue
Block a user