mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04: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>
|