Add image view, controller.
This commit is contained in:
parent
9b36459eb8
commit
96094547dd
7 changed files with 26 additions and 3 deletions
client/partials/home
12
client/partials/home/home.html
Normal file
12
client/partials/home/home.html
Normal file
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue