diff --git a/app/tests/user.server.model.test.js b/app/tests/user.server.model.test.js index d76bafe5..7369d414 100644 --- a/app/tests/user.server.model.test.js +++ b/app/tests/user.server.model.test.js @@ -47,7 +47,7 @@ describe('User Model Unit Tests:', function() { }); }); - it('should be able to save whithout problems', function(done) { + it('should be able to save without problems', function(done) { user.save(done); }); diff --git a/public/modules/core/controllers/home.client.controller.js b/public/modules/core/controllers/home.client.controller.js index 7c5edf38..db382349 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 ace41b01..ff43e728 100644 --- a/public/modules/core/views/home.client.view.html +++ b/public/modules/core/views/home.client.view.html @@ -1,32 +1,61 @@
-

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 :-)

+

This sample application tracks users and articles. Click Signup to get started. To configure your app to work with your social accounts, edit the /config/strategies/*.js files.

+
+
+

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. +
+
+
+ +