add state to list users

This commit is contained in:
Usman Nasir
2020-01-21 00:44:56 +05:00
parent 6214586eec
commit 732e362d06
3 changed files with 14 additions and 1 deletions

View File

@@ -1685,6 +1685,10 @@ app.controller('listTableUsers', function ($scope, $http) {
};
$scope.controlUserState = function (state) {
alert(state);
}
});