9 lines
250 B
HTML
9 lines
250 B
HTML
|
|
<div ng-controller="PlayerInfoController" flex layout="column" id="PlayerInfoController">
|
|
|
|
Info about player {{userid}}
|
|
|
|
<p>View <a href="#/{{address}}/player/{{userid}}/xp">XP info for this player</a></p>
|
|
Show info about this player here
|
|
|
|
</div> |