Just dove into my first AngularJS project!
Following a tutorial where they put everything in one controller, but now I want to separate controllers and services.
I managed to split them into different JS files, but is it best practice to list all these files in index.html? It seems messy.
Any advice on organizing this better?
Thanks!