From bac90daf7b144ec0c938a0714ec0e88061a761a6 Mon Sep 17 00:00:00 2001 From: Ian Jennings Date: Thu, 21 Nov 2013 23:45:06 -0700 Subject: [PATCH] Moves login options into modal. Installs bower packages for modal and momentjs. Not using moment js yet but I saw it there and figured.. soon enough.. might as well. Signed-off-by: Ian Jennings --- .gitignore | 2 + app/index.html | 26 +++++++- app/scripts/main.js | 6 +- app/scripts/views/home.js | 10 ++- app/styles/_login.scss | 128 ++++++++++++++++++-------------------- app/styles/main.scss | 29 +++++++++ 6 files changed, 125 insertions(+), 76 deletions(-) diff --git a/.gitignore b/.gitignore index 4de9b62..1afc7c0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ test .tmp .DS_Store /bower_components/ + +bower_components/ diff --git a/app/index.html b/app/index.html index 680ac14..4b3278d 100644 --- a/app/index.html +++ b/app/index.html @@ -41,7 +41,7 @@ - +