diff options
| author | Eole <EoleDev@outlook.fr> | 2016-04-27 16:46:50 +0200 |
|---|---|---|
| committer | Eole <EoleDev@outlook.fr> | 2016-04-27 16:46:50 +0200 |
| commit | 49b4b20a1e966d5203fd851480149d9e88a0f681 (patch) | |
| tree | f5b634e9260d15197cb69f4f5c0b02a0166d7c78 /client/partials | |
| parent | 49f416dc5061032e0514ea0cfeceaca37d13e432 (diff) | |
Implementation of graph in final version
Diffstat (limited to 'client/partials')
| -rwxr-xr-x | client/partials/home/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/partials/home/home.html b/client/partials/home/home.html index 1a6717d..8956e86 100755 --- a/client/partials/home/home.html +++ b/client/partials/home/home.html @@ -1,4 +1,4 @@ -<div class="panel panel-default"> +<div class="panel panel-default" ng-controller="homeCtrl"> <div class="panel-heading"> Home </div> |
