wip static

This commit is contained in:
nemunaire 2018-07-10 00:33:10 +02:00
commit 53174f31b4
24 changed files with 2100 additions and 0 deletions

13
static/views/checks.html Normal file
View 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>