summaryrefslogtreecommitdiff
path: root/client/partials/home/main.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/partials/home/main.html')
-rw-r--r--client/partials/home/main.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/client/partials/home/main.html b/client/partials/home/main.html
index 7a5045a..f9f8878 100644
--- a/client/partials/home/main.html
+++ b/client/partials/home/main.html
@@ -1,8 +1,12 @@
- <div class="panel panel-default">
+ <div class="panel panel-default" ng-controller="homeCtrl">
<div class="panel-heading">
Home
</div>
<div class="panel-body">
- Main Content
+
+ Pour charger les machines, recharger la page (temporaire)<br />
+ Selectionner une machine:
+ <div ng-repeat="machine in machines"> <a ng-click="raiseShowMachineDetailsEvent(machine.id)"> {{ machine.name }}</a></div>
+
</div>
-</div> \ No newline at end of file
+</div>