From 52e8ff65fac8476cca73f599935084f51d29166b Mon Sep 17 00:00:00 2001 From: Ben Schwartz Date: Wed, 10 Dec 2014 12:53:16 -0600 Subject: [PATCH] fix(*): updating some things --- app/index.html | 12 ++++++------ app/scripts/app.js | 8 +++++--- app/views/home.html | 26 ++++++++++++-------------- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/app/index.html b/app/index.html index 198d0d2..61c716b 100644 --- a/app/index.html +++ b/app/index.html @@ -1,5 +1,5 @@ - + @@ -15,7 +15,7 @@ - + @@ -47,9 +47,9 @@ - - - - + + + + diff --git a/app/scripts/app.js b/app/scripts/app.js index 9e236d6..b026d57 100644 --- a/app/scripts/app.js +++ b/app/scripts/app.js @@ -2,9 +2,9 @@ console.log('loaded'); /** * @ngdoc overview - * @name satisAdminApp + * @name satisApp * @description - * # satisAdminApp + * # satisApp * * Main module of the application. */ @@ -22,11 +22,11 @@ angular ]) .run(['$rootScope', '$state', '$stateParams', function ($rootScope, $state, $stateParams) { + console.log('app'); $rootScope.$state = $state; $rootScope.$stateParams = $stateParams; }]) .config(['$stateProvider', '$urlRouterProvider', function ($stateProvider, $urlRouterProvider) { - console.log('app'); // If the url is ever invalid, e.g. '/asdf', then redirect to '/' aka the home state $urlRouterProvider.otherwise('/'); @@ -47,3 +47,5 @@ angular $stateProvider.state(app); }]); + + diff --git a/app/views/home.html b/app/views/home.html index a3f570d..baa646e 100644 --- a/app/views/home.html +++ b/app/views/home.html @@ -1,3 +1,4 @@ +
@@ -7,17 +8,17 @@

Manage Your Satis Repository

-
+
-
+
-
+
@@ -27,30 +28,27 @@

Manage Your Satis Repository


-
+
-
+
-
-
- -
-
-
+
- +
+ + + +
-
-