如何动态加载index.html中的AngularJS文件?

时间:2014-05-13 14:38:46

标签: angularjs

每个应用程序都有不同的模块,因此需要在index.html中加载不同的已编译的js文件,如下所示。

发现它不起作用。那么有一个很好的方法吗?或需要任何回调来手动启动AngularJS应用程序?谢谢。

<script>
    var appId = unescape(window.location.href).split('#/')[1].split('/')[0];
    loadComponent('../.tmp/client/scripts/' + appId + '.js');
</script>

1 个答案:

答案 0 :(得分:0)

您可以使用RequirejS进行动态加载。您可以将Angular和RequireJS结合使用,以获得性能更佳的应用