You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 😉 )
No description provided.
The text was updated successfully, but these errors were encountered: