angularjs-in-action / angello

MIT License
247 stars 136 forks source link

Consider separating `app.js` code into separate files #20

Open ThomasBurleson opened 10 years ago

ThomasBurleson commented 10 years ago

At least use separate files for each angular.module() grouping. At best use separate files for each class definition.

Then use HeadJS boot.js file load each file in desired order... this is cludgy but avoids the need for a package manager such as Browserify or RequireJS.