Use features from config object

This commit is contained in:
Johannes Zellner
2020-02-13 16:34:37 +01:00
parent a13414ddb9
commit 0a29f92384
7 changed files with 9 additions and 24 deletions

View File

@@ -9,7 +9,6 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
$scope.client = Client;
$scope.user = Client.getUserInfo();
$scope.config = Client.getConfig();
$scope.features = Client.getFeatures();
$scope.installedApps = Client.getInstalledApps();
$scope.subscription = null;