summaryrefslogtreecommitdiff
path: root/client/partials/menu.html
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2016-01-24 19:19:32 +0100
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2016-01-24 19:19:32 +0100
commit5466ce78f00038e742ef2a108c755f57ede451f5 (patch)
tree3e24eb1ace7e97382189eab1441bf52d60124925 /client/partials/menu.html
parenta059014b1bb87fe18f3079c4ab1dfefc728a0e34 (diff)
Add angular-route
Diffstat (limited to 'client/partials/menu.html')
-rw-r--r--client/partials/menu.html4
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