Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking down controllers into different files would improve code readability #3

Open
iloire opened this issue Oct 17, 2015 · 2 comments

Comments

@iloire
Copy link

iloire commented Oct 17, 2015

No description provided.

@jrub
Copy link
Owner

jrub commented Oct 24, 2015

Not only separating controllers into files, but organizing what Angular "sections" are into each file. For instance, now we have a config section both on app.jsand on controllers.js. I would separate that into a new `config.js file.

Also, we have most Angular Factories inside services.js, but there's one ($localStorage) which it's now into app.js (right where we put it on the initial Hackaton 😉 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants