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

@@ -24,7 +24,6 @@ angular.module('Application').controller('UsersController', ['$scope', '$locatio
$scope.groupsById = { };
$scope.config = Client.getConfig();
$scope.userInfo = Client.getUserInfo();
$scope.features = Client.getFeatures();
$scope.allUsers = [];