From 92b497aaa0151291bfafbf7ad945d090e3594438 Mon Sep 17 00:00:00 2001 From: devfake Date: Mon, 22 Jun 2015 22:01:37 +0200 Subject: [PATCH] animation test --- site/client/app/components/lobby.js | 2 +- site/client/app/views/lobby.html | 47 ++++++++++++++++++++++++++++- 2 files changed, 47 insertions(+), 2 deletions(-) diff --git a/site/client/app/components/lobby.js b/site/client/app/components/lobby.js index dce420d..49ea8d7 100644 --- a/site/client/app/components/lobby.js +++ b/site/client/app/components/lobby.js @@ -1,5 +1,5 @@ module.exports = { - template: "

lobby hier

" + template: require('../views/lobby.html') }; \ No newline at end of file diff --git a/site/client/app/views/lobby.html b/site/client/app/views/lobby.html index 90c8d3c..f41804b 100644 --- a/site/client/app/views/lobby.html +++ b/site/client/app/views/lobby.html @@ -1 +1,46 @@ -lobby \ No newline at end of file + + +
+ +
+ + \ No newline at end of file