wip static
This commit is contained in:
parent
f25068075c
commit
53174f31b4
24 changed files with 2100 additions and 0 deletions
13
static/views/checks.html
Normal file
13
static/views/checks.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<div ng-repeat="room in rooms" ng-controller="ItemsRoomController">
|
||||
<h2>{{room.label}}</h2>
|
||||
<div ng-repeat="item in items">
|
||||
{{ item }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ul>
|
||||
<li>Entrée</li>
|
||||
<li>GTL</li>
|
||||
<li></li>
|
||||
<li>Entrée</li>
|
||||
</ul>
|
||||
Loading…
Add table
Add a link
Reference in a new issue