We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff6c97 commit 8b092e2Copy full SHA for 8b092e2
src/js/modules/users/controllers/UsersItemDeleteCtrl.js
@@ -21,7 +21,7 @@ define(['./_module'], function (app) {
21
22
userService.get($stateParams.username)
23
.success(function (data) {
24
- $scope.user = data;
+ $scope.user = data.data;
25
$scope.disable = false;
26
})
27
.error(function () {
0 commit comments