diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-03-06 14:51:50 +0100 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-03-06 14:51:50 +0100 |
| commit | 96094547dd793868092dda4c2699a839287fa175 (patch) | |
| tree | add78f10143bba3cdfece27949796447f677f90d /client/partials/home/home.html | |
| parent | 9b36459eb868dd35d078924293a49ed89b49b3e9 (diff) | |
Add image view, controller.
Diffstat (limited to 'client/partials/home/home.html')
| -rw-r--r-- | client/partials/home/home.html | 12 |
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> |
