summaryrefslogtreecommitdiff
path: root/client/partials/home/home.html
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2016-03-06 14:51:50 +0100
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2016-03-06 14:51:50 +0100
commit96094547dd793868092dda4c2699a839287fa175 (patch)
treeadd78f10143bba3cdfece27949796447f677f90d /client/partials/home/home.html
parent9b36459eb868dd35d078924293a49ed89b49b3e9 (diff)
Add image view, controller.
Diffstat (limited to 'client/partials/home/home.html')
-rw-r--r--client/partials/home/home.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/client/partials/home/home.html b/client/partials/home/home.html
new file mode 100644
index 0000000..f9f8878
--- /dev/null
+++ b/client/partials/home/home.html
@@ -0,0 +1,12 @@
+ <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>
+
+ </div>
+</div>