I have angularjs +bootstrap site with some directives, controllers, services, providers, etc.
What is the best guide for scripts including? In case when i include all scripts in a header this can affect on a page loading performance as scripts loading is blocking operation.
Is this correct to include angular.js and bootstrap.js in a header, and all controllers, directives, my custom scripts in a footer?