I am new to AngularJS and I need help understanding the code structure and directory setup in AngularJS.
Here is My Directory Structure:
https://i.sstatic.net/UqhHw.jpg
My Questions are:
1) Is the directory structure above correct?
2) Should I use a controller for each individual module, or is there a better approach?
3) Is it proper to write all run, config, and module declaration plugins in the same file (e.g., app.js)?