From 3f689eefefb77c46a07560ad5569351fc4571188 Mon Sep 17 00:00:00 2001 From: Amos Haviv Date: Tue, 9 Jul 2013 20:41:39 +0300 Subject: [PATCH] Adding Bower Support --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5b088d3d..037d2f19 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,11 @@ See the [config](config/) folder and especially the [config.js](config/config.js ## Getting Started 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. - * [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. + * [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. + * [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. ## The Future