From 5466ce78f00038e742ef2a108c755f57ede451f5 Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Sun, 24 Jan 2016 19:19:32 +0100 Subject: Add angular-route --- client/partials/home.html | 9 +++++++++ client/partials/menu.html | 4 ++-- client/partials/network.html | 9 +++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 client/partials/home.html create mode 100644 client/partials/network.html (limited to 'client/partials') diff --git a/client/partials/home.html b/client/partials/home.html new file mode 100644 index 0000000..b00113a --- /dev/null +++ b/client/partials/home.html @@ -0,0 +1,9 @@ +
+
+ {{ test }} +
+
+ Main Content +
+
+ \ No newline at end of file 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 @@
- - + Home + Network
\ No newline at end of file diff --git a/client/partials/network.html b/client/partials/network.html new file mode 100644 index 0000000..a520a88 --- /dev/null +++ b/client/partials/network.html @@ -0,0 +1,9 @@ +
+
+ {{ test }} +
+
+ Main Content +
+
+ -- cgit v1.2.3