How to specify java script files required by an angular app
Posted
by
Vishal Kaushik
on Stack Overflow
See other posts from Stack Overflow
or by Vishal Kaushik
Published on 2013-11-06T07:37:40Z
Indexed on
2013/11/06
9:53 UTC
Read the original article
Hit count: 171
JavaScript
|angularjs
I'm looking for a way to specify required js files by an angular app. So that, we don't need to include an array of tag for all the files which may be required by some ng-app. The main idea behind this requirement is - we might not need to load all the resources on the browser at once. Which ever ng-app gets loaded onto the screen, will fetch its dependencies on its own from the server. Is there any existing way within angularJS to achieve this goal..?
© Stack Overflow or respective owner