Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit a9bde6f

Browse files
committed
Update README.md
1 parent 78aa99a commit a9bde6f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,8 @@ See the [config](config/) folder and especially the [config.js](config/config.js
4343
We pre-included an article example, check it out:
4444
* [The Model](app/models/article.js) - Where we define our object schema.
4545
* [The Controller](app/controllers/articles.js) - Where we take care of our backend logic.
46-
4746
* [NodeJS Routes](config/routes.js) - Where we define our REST service routes.
4847
* [AngularJs Routes](public/js/config.js) - Where we define our CRUD routes.
49-
5048
* [The AngularJs Service](public/js/services/articles.js) - Where we connect to our REST service.
5149
* [The AngularJs Controller](public/js/controllers/articles.js) - Where we take care of our frontend logic.
5250
* [The AngularJs Views Folder](public/views/articles) - Where we keep our CRUD views.

0 commit comments

Comments
 (0)