forked from Archives/Athou_commafeed
change role to enum
This commit is contained in:
@@ -277,7 +277,7 @@ module.controller('ManageUserCtrl', function($scope, $state, $stateParams,
|
||||
AdminUsersService) {
|
||||
$scope.user = $stateParams._id ? AdminUsersService.get({
|
||||
id : $stateParams._id
|
||||
}) : {};
|
||||
}) : {enabled: true};
|
||||
$scope.alerts = [];
|
||||
$scope.closeAlert = function(index) {
|
||||
$scope.alerts.splice(index, 1);
|
||||
|
||||
Reference in New Issue
Block a user