yachaka
yachaka

Reputation: 5569

AngularJS : how to organize your code?

I'm currently trying to get all the concepts that AngularJS involves and it's pretty big. I understood most of it but I still don't really get how to organize your app.

Let's take this example : on the homepage, I have a few blocks : each of thems are simply tabbed content (example : the 1st has 2 links, Posts / Articles, each render inside of the block either lasts Posts or lasts Articles depending on link clicked, the 2nd Music / Video, same thing for rendered content, etc...). How should I organize this in the best way possible ?

Thank you for the help :)

Upvotes: 0

Views: 102

Answers (1)

epitka
epitka

Reputation: 17637

project layour

As this is subjective question, I can only show you how we organized our application. Works very well and stuff is easy to find. It is divided by functional area.

Upvotes: 1

Related Questions