summaryrefslogtreecommitdiff
path: root/client/partials/home/home.html
diff options
context:
space:
mode:
authorLoic GUEGAN <loic@Manzerbredes.home>2016-04-17 18:42:15 +0200
committerLoic GUEGAN <loic@Manzerbredes.home>2016-04-17 18:42:15 +0200
commit8e700c2b7de7a2bc095ea8edf3204f160f8a8941 (patch)
tree53c92a7d5050c2f093660d512880bf1b00d75014 /client/partials/home/home.html
parent21b68f1da1ad5bc6520778c795fa6fe901d849c4 (diff)
Add comments and correct some bugs
Diffstat (limited to 'client/partials/home/home.html')
-rw-r--r--client/partials/home/home.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/client/partials/home/home.html b/client/partials/home/home.html
index f9f8878..11958d2 100644
--- a/client/partials/home/home.html
+++ b/client/partials/home/home.html
@@ -1,12 +1,11 @@
- <div class="panel panel-default" ng-controller="homeCtrl">
+<div class="panel panel-default" ng-controller="homeCtrl">
<div class="panel-heading">
Home
</div>
<div class="panel-body">
-
- 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>
-
+
+ Selectionner une machine:
+ <div ng-repeat="machine in machines"> <a ng-click="raiseShowMachineDetailsEvent(machine.id)"> {{ machine.name}}</a></div>
+
</div>
</div>