Created boilerplate for user profile page

This commit is contained in:
Emmanuel ROHEE 2014-08-18 18:05:42 +02:00
parent 301e55d11d
commit ecfdf23250
4 changed files with 43 additions and 0 deletions

12
webclient/user/user.html Normal file
View file

@ -0,0 +1,12 @@
<div ng-controller="UserController" class="user">
<div id="page">
<div id="wrapper">
<div> {{ user.id }}</div>
{{ feedback }}
</div>
</div>
</div>