One thing that I've noticed is that the AngularJS (*.js) files I've come across typically only have one module, and the module name doesn't always match the file name.
I'm curious to know if it's possible to include multiple modules in a single AngularJS file.
Additionally, how does the server determine the correct module name when a function call is made on a webpage? Does it search through each file in the directory in a brute force manner?