-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Improve the JS code quality. Consider the following:
- File names
- Directory Structure
- Break scripts.js into multiple JS files. Perhaps rename app.js
- Reduce the size of the main controller
- Consider using more controllers. I.e. Less dependence on ClientAppCtrl
- Alternative to passing scope around so much
Reactions are currently unavailable