我一直在研究一个与许多控制器一起成长的angular.js应用程序,
所有文件都包含在index.html文件中,即使当前视图不使用其中一个文件,这也适用于提供程序和其他模块.
所有文件都包含在index.html文件中,即使当前视图不使用其中一个文件,这也适用于提供程序和其他模块.
我如何在index.html中仅根据路由调用所需的控制器?
<script src="controller1.js"></script> <script src="controller2.js"></script> <script src="controller3.js"></script>
更新:
更好地解释问题的答案.
http://weblogs.asp.net/dwahlin/archive/2013/05/22/dynamically-loading-controllers-and-views-with-angularjs-and-requirejs.aspx