From 286174a1c8b29dae94c1c3ddcdbc36b131fc86ea Mon Sep 17 00:00:00 2001 From: Antonin Januska Date: Tue, 15 Oct 2013 13:45:01 -0500 Subject: [PATCH] Updates to bootstrap and angular --- bower.json | 8 ++--- client/app/templates/home.html | 63 +++++++++++++++++----------------- client/index.html | 3 +- 3 files changed, 37 insertions(+), 37 deletions(-) diff --git a/bower.json b/bower.json index f49d821..3cfc711 100644 --- a/bower.json +++ b/bower.json @@ -2,11 +2,9 @@ "name": "genesis-skeleton", "version": "0.0.1", "dependencies": { - "angular": "~1.0.7", - "angular-mocks": "~1.0.7", - "angular-scenario": "~1.0.7", - "angular-strap": "~0.7.4", - "bootstrap": "~2.3.2", + "angular": "~1.2", + "angular-route": "~1.2", + "bootstrap": "~3.0", "html5shiv-dist": "~3.6.2", "modernizr": "~2.6.2" } diff --git a/client/app/templates/home.html b/client/app/templates/home.html index e65d052..c22e69c 100644 --- a/client/app/templates/home.html +++ b/client/app/templates/home.html @@ -9,39 +9,40 @@

Welcome!


+
+
+
+

NPM Packages

-
-
-

NPM Packages

+ + + + + + + +
+ {{ module }} + + {{ version }} +
+
- - - - - - - -
- {{ module }} - - {{ version }} -
-
- -
-

Bower Packages

+
+

Bower Packages

- - - - - - - -
- {{ module }} - - {{ version }} -
+ + + + + + + +
+ {{ module }} + + {{ version }} +
+
diff --git a/client/index.html b/client/index.html index 4e19bcf..13689c7 100644 --- a/client/index.html +++ b/client/index.html @@ -25,7 +25,7 @@

You are using an outdated browser. Please upgrade your browser or activate Google Chrome Frame to improve your experience.

-
+

Genesis Skeleton v{{ version }} @@ -49,6 +49,7 @@

+