From 2984adf171c49940e683fa997e8cdc60fcf1d60b Mon Sep 17 00:00:00 2001 From: Loic GUEGAN Date: Sat, 23 Jan 2016 14:35:53 +0100 Subject: [PATCH] Init basic AngularJS App --- client/index.php | 20 +++++++++++--------- client/js/app.js | 1 + client/partials/header.html | 1 + client/partials/nav.html | 9 +++++++++ 4 files changed, 22 insertions(+), 9 deletions(-) diff --git a/client/index.php b/client/index.php index 45829ce..51dcb63 100644 --- a/client/index.php +++ b/client/index.php @@ -15,7 +15,7 @@ -
+
@@ -23,9 +23,11 @@

LOGOLOGOLOGOLOGOLOGO
LOGOLOGOLOGOLOGOLOGO
LOGOLOGOLOGOLOGOLOGO
LOGOLOGOLOGOLOGOLOGO

-
- -

Header

+ + +
+
+
@@ -35,11 +37,7 @@
- +
@@ -63,5 +61,9 @@ + + + + \ No newline at end of file diff --git a/client/js/app.js b/client/js/app.js index e69de29..e726d8a 100644 --- a/client/js/app.js +++ b/client/js/app.js @@ -0,0 +1 @@ +angular.module("MainApp",[]) \ No newline at end of file diff --git a/client/partials/header.html b/client/partials/header.html index e69de29..900a6f1 100644 --- a/client/partials/header.html +++ b/client/partials/header.html @@ -0,0 +1 @@ +

Header Content

\ No newline at end of file diff --git a/client/partials/nav.html b/client/partials/nav.html index e69de29..286fbab 100644 --- a/client/partials/nav.html +++ b/client/partials/nav.html @@ -0,0 +1,9 @@ + \ No newline at end of file