Hey, I started with an angular project some month ago. My project is growing and since then my controllers.js has now about 600 lines of code and about 6 different controller. Is it advisable to separate them into 6 files to make it cleaner?
To show what I mean: NOW: all controller in one file controllers.js BETTER?: six different files with controller1.js, controller2.js ... controller6.js bests - emmy -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
