From 46092dd1d26ff1f6cd57db8d9b28ba2b100fff18 Mon Sep 17 00:00:00 2001 From: Michael Cole Date: Mon, 12 May 2014 22:24:14 -0500 Subject: [PATCH] Reformat and bootstrappify the client home view. --- .../controllers/home.client.controller.js | 7 +- .../modules/core/views/home.client.view.html | 86 ++++++++++++------- 2 files changed, 62 insertions(+), 31 deletions(-) diff --git a/public/modules/core/controllers/home.client.controller.js b/public/modules/core/controllers/home.client.controller.js index 7c5edf3858..db38234954 100644 --- a/public/modules/core/controllers/home.client.controller.js +++ b/public/modules/core/controllers/home.client.controller.js @@ -1,5 +1,8 @@ 'use strict'; -angular.module('core').controller('HomeController', ['$scope', 'Authentication', function ($scope, Authentication) { +angular.module('core') + .controller('HomeController', ['$scope', 'Authentication', function ($scope, Authentication) { + // This provides Authentication context. + // see /public/modules/users/services/authentication.client.service.js $scope.authentication = Authentication; -}]); \ No newline at end of file + }]); \ No newline at end of file diff --git a/public/modules/core/views/home.client.view.html b/public/modules/core/views/home.client.view.html index ace41b0119..33229a0439 100644 --- a/public/modules/core/views/home.client.view.html +++ b/public/modules/core/views/home.client.view.html @@ -1,32 +1,60 @@
-

THANK YOU FOR DOWNLOADING MEAN.JS

-
+ +
+
+
+
+

+ That's some
140x140 +

+

+ Open-Source Full-Stack Solution For MEAN Applications +

+

+ Learn more +

+
+
+
+

Congrats, you've configured and run the sample application.

+

MEAN.JS is a web application boilerplate. That means start changing everything. Here's some docs to get your started.

+
+
+

MongoDB

+

MongoDB is a database. MongoDB's great manual, to get started with NoSQL and MongoDB.

+
+
+

Express

+

Express is an app server. Check out The Express Guide or StackOverflow for more info.

+
+
+

AngularJS

+

AngularJS is web app framework. Angular's webiste offers alot. The Thinkster Popular Guide and Egghead Videos are great resources.

+
+
+

Node.js

+

Node.js is a web server. Node's website and this stackOverflow thread, are great resources.

+
+
+
+
+

MEAN.JS Documentation

- Before you begin we recommend you read about the basic building blocks that assemble a MEAN.JS application: + Once you're familiar with the foundation technology, check out the MEAN.JS Documentation: +

-
-
MongoDB
-
- Go through MongoDB Official Website and proceed to its Great Manual, which should help you understand NoSQL and MongoDB better. -
-
Express
-
- The best way to understand Express is through its Official Website, particularly The Express Guide; you can also go through this StackOverflow Thread for more resources. -
-
AngularJS
-
- Angular's Official Website is a great starting point. You can also use Thinkster Popular Guide, and the Egghead Videos. -
-
Node.js
-
- Start by going through Node.js Official Website and this StackOverflow Thread, which should get you going with the Node.js platform in no time. -
-
-

- When you're done with those resources and feel you understand the basic principles continue to the MEAN.JS Documentation. -

-
-
Enjoy & Keep Us Updated, -
The MEAN.JS Team. -
-
\ No newline at end of file + +
Enjoy & Keep Us Updated, +
The MEAN.JS Team. +
+
+
+ +