From a0cec9a5f09b0bfab5f2efbd84095137ab251c23 Mon Sep 17 00:00:00 2001 From: jayfang Date: Mon, 8 Jul 2013 23:49:08 +0100 Subject: [PATCH 01/24] Static list of people displayed --- app/partials/partial1.html | 1 - app/partials/peopleList.html | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 app/partials/partial1.html create mode 100644 app/partials/peopleList.html diff --git a/app/partials/partial1.html b/app/partials/partial1.html deleted file mode 100644 index 89459a65ca..0000000000 --- a/app/partials/partial1.html +++ /dev/null @@ -1 +0,0 @@ -

This is the partial for view 1.

diff --git a/app/partials/peopleList.html b/app/partials/peopleList.html new file mode 100644 index 0000000000..5e2ebaf654 --- /dev/null +++ b/app/partials/peopleList.html @@ -0,0 +1,5 @@ +

List of people in room

+
How many guests {{present.length}}
+ From 6e00c0b400c27687a32c54154c2543db717be542 Mon Sep 17 00:00:00 2001 From: jayfang Date: Mon, 8 Jul 2013 23:54:25 +0100 Subject: [PATCH 02/24] Display static list of people (commit part 2) --- app/index.html | 3 ++- app/js/app.js | 2 +- app/js/controllers.js | 4 ++-- app/js/directives.js | 2 +- app/js/filters.js | 4 +++- app/js/services.js | 4 +++- 6 files changed, 12 insertions(+), 7 deletions(-) diff --git a/app/index.html b/app/index.html index 285d2fa708..eeb41dd460 100644 --- a/app/index.html +++ b/app/index.html @@ -6,6 +6,7 @@ +Choices are