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

Commit 44502c0

Browse files
committed
UI Bootstrap
1 parent 5b1488a commit 44502c0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ We mainly try to take care of the connection points between existing popular fra
1414
* Passport - Defined as npm module in the [package.json](package.json) file.
1515
* AngularJS - Defined as bower module in the [bower.json](bower.json) file.
1616
* Twitter Bootstrap - Defined as bower module in the [bower.json](bower.json) file.
17+
* UI Bootstrap - Defined as bower module in the [bower.json](bower.json) file.
1718

1819
## Configuration
1920
See the [config](config/) folder and especially the [config.js](config/config.js) file.
@@ -42,11 +43,13 @@ See the [config](config/) folder and especially the [config.js](config/config.js
4243
We pre-included an article example, check it out:
4344
* [The Model](app/models/article.js) - Where we define our object schema.
4445
* [The Controller](app/controllers/articles.js) - Where we take care of our backend logic.
46+
47+
* [NodeJS Routes](config/routes.js) - Where we define our REST service routes.
48+
* [AngularJs Routes](public/js/config.js) - Where we define our CRUD routes.
49+
4550
* [The AngularJs Service](public/js/services/articles.js) - Where we connect to our REST service.
4651
* [The AngularJs Controller](public/js/controllers/articles.js) - Where we take care of our frontend logic.
4752
* [The AngularJs Views Folder](public/views/articles) - Where we keep our CRUD views.
48-
* [NodeJS Routes](config/routes.js) - Where we define our REST service routes.
49-
* [AngularJs Routes](public/js/config.js) - Where we define our CRUD routes.
5053

5154

5255

0 commit comments

Comments
 (0)