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 :)