Added a couple of useful services to rconservice
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
|
||||
app.controller( 'PlayerInfoController', PlayerInfoController );
|
||||
|
||||
function PlayerInfoController( $scope, rconService, $routeParams )
|
||||
{
|
||||
$scope.userid = $routeParams.userid;
|
||||
}
|
||||
Reference in New Issue
Block a user