Added a couple of useful services to rconservice

This commit is contained in:
Garry Newman
2016-02-29 13:03:23 +00:00
parent a5a5e107fe
commit 1387e4cb3f
13 changed files with 400 additions and 273 deletions
+9
View File
@@ -0,0 +1,9 @@
<div ng-controller="PlayerInfoController" flex layout="column" id="PlayerInfoController">
Info about player {{userid}}
<p>View <a href="#/player/{{userid}}/xp">XP info for this player</a></p>
Show info about this player here
</div>