mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 15:29:28 +01:00
parent
c5505545c4
commit
db5408ad84
@ -1,7 +1,7 @@
|
||||
define(function () {
|
||||
app.registerController('UsersCtrl', ['$scope', '$http', '$uibModal', '$rootScope', function ($scope, $http, $modal, $rootScope) {
|
||||
$http.get('/users').then(function (response) {
|
||||
$scope.users = response.users;
|
||||
$scope.users = response.data;
|
||||
});
|
||||
|
||||
$scope.addUser = function () {
|
||||
|
Loading…
Reference in New Issue
Block a user