angularjs-in-action / angello

MIT License
247 stars 136 forks source link

Consider using HeadJS with boot.js to load all scripts #19

Open ThomasBurleson opened 10 years ago

ThomasBurleson commented 10 years ago

Move all script loading to /js/boot.js which will use HeadJS to load the scripts.

@see Zza html @see Zza boot.js

This will move the required JavaScript code from a declarative markup to a programmatic solution which is more scalable as app complexity grows.