mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 17:26:25 +02:00
Adding Bower Support
This commit is contained in:
10
README.md
10
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
|
||||
|
||||
Reference in New Issue
Block a user