diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-01-24 19:19:32 +0100 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-01-24 19:19:32 +0100 |
| commit | 5466ce78f00038e742ef2a108c755f57ede451f5 (patch) | |
| tree | 3e24eb1ace7e97382189eab1441bf52d60124925 /client/partials/menu.html | |
| parent | a059014b1bb87fe18f3079c4ab1dfefc728a0e34 (diff) | |
Add angular-route
Diffstat (limited to 'client/partials/menu.html')
| -rw-r--r-- | client/partials/menu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/partials/menu.html b/client/partials/menu.html index cb3cb6a..dfd5842 100644 --- a/client/partials/menu.html +++ b/client/partials/menu.html @@ -1,4 +1,4 @@ <div class="list-group"> - <button type="button" class="list-group-item">Home</button> - <button type="button" class="list-group-item">Network</button> + <a href="#/home" class="list-group-item">Home</a> + <a href="#/network" class="list-group-item">Network</a> </div>
\ No newline at end of file |
