summaryrefslogtreecommitdiff
path: root/client/partials/home/home.html
blob: 11958d2977399870d94880ccb4ea30fa194996da (plain)
1
2
3
4
5
6
7
8
9
10
11
<div class="panel panel-default" ng-controller="homeCtrl">
    <div class="panel-heading">
        Home 
    </div>
    <div class="panel-body">

        Selectionner une machine:
        <div ng-repeat="machine in machines"> <a ng-click="raiseShowMachineDetailsEvent(machine.id)"> {{ machine.name}}</a></div>

    </div>
</div>