mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-11 15:14:18 -05:00
13 lines
199 B
HTML
13 lines
199 B
HTML
<div ng-controller="UserController" class="user">
|
|
|
|
<div id="page">
|
|
<div id="wrapper">
|
|
|
|
<div> {{ user.id }}</div>
|
|
|
|
{{ feedback }}
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|