From abf4d669fb5aa72ce7b5ee7a995690f0a8445707 Mon Sep 17 00:00:00 2001 From: Amos Haviv Date: Tue, 9 Jul 2013 23:51:33 +0300 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 12e7530f..da8c4094 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,8 @@ See the [config](config/) folder and especially the [config.js](config/config.js We pre-included an article example, check it out: * [The Model](app/models/article.js) - Where we define our object schema. * [The Controller](app/controllers/articles.js) - Where we take care of our backend logic. - * [NodeJS Routes](config/routes.js) - Where we define our REST service routes. * [AngularJs Routes](public/js/config.js) - Where we define our CRUD routes. - * [The AngularJs Service](public/js/services/articles.js) - Where we connect to our REST service. * [The AngularJs Controller](public/js/controllers/articles.js) - Where we take care of our frontend logic. * [The AngularJs Views Folder](public/views/articles) - Where we keep our CRUD views.