Please load the angularjs script files in the footer instead of the header. This not only speeds up page loads, but it make it easier to incorporate the Bootstrap base theme with AngularJS as it loads its Javascript files in the footer as well.

Easy enough to do when you add the javascript using drupal_add_js() by specifying "scope" => "footer" as part of the $options parameter (see drupal_add_js()) for more info.

Comments

jbocook’s picture

Loading Angular in the footer would negate some of the frameworks functionality, such as ngCloak.

lisa.rae’s picture

ok, then, so make it optional. Add it as a configurable option.