Adding Bower Support

This commit is contained in:
Amos Haviv
2013-07-09 20:46:20 +03:00
parent 4e59fd92ef
commit d69bf01fbd

View File

@@ -49,10 +49,8 @@ See the [config](config/) folder and especially the [config.js](config/config.js
* [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.
And the route configuration in:
* [NodeJS Routes](config/routes.js) - Where we define our object schema.
* [AngularJs Routes](public/config.js) - Where we take care of our backend logic.
* [NodeJS Routes](config/routes.js) - Where we define our REST service routes.
* [AngularJs Routes](public/config.js) - Where we define our CRUD routes.
## The Future