Use new translation argument passing
This commit is contained in:
@@ -14,10 +14,6 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
|
||||
$scope.subscription = null;
|
||||
$scope.subscriptionBusy = true;
|
||||
|
||||
$scope.translationLinks = {
|
||||
customAppsLink: 'https://docs.cloudron.io/custom-apps/tutorial/'
|
||||
};
|
||||
|
||||
// values correspond to cron days
|
||||
$scope.cronDays = [
|
||||
{ name: 'Sunday', value: 0 },
|
||||
|
||||
Reference in New Issue
Block a user