Skip to content

Commit

Permalink
UI Bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Jul 9, 2013
1 parent 5b1488a commit 44502c0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ We mainly try to take care of the connection points between existing popular fra
* Passport - Defined as npm module in the [package.json](package.json) file.
* AngularJS - Defined as bower module in the [bower.json](bower.json) file.
* Twitter Bootstrap - Defined as bower module in the [bower.json](bower.json) file.
* UI Bootstrap - Defined as bower module in the [bower.json](bower.json) file.

## Configuration
See the [config](config/) folder and especially the [config.js](config/config.js) file.
Expand Down Expand Up @@ -42,11 +43,13 @@ 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.
* [NodeJS Routes](config/routes.js) - Where we define our REST service routes.
* [AngularJs Routes](public/js/config.js) - Where we define our CRUD routes.



Expand Down

0 comments on commit 44502c0

Please sign in to comment.