gpt4 book ai didi

angularjs - Angular JS : Load CSS and JS files dynamically

转载 作者:行者123 更新时间:2023-12-02 19:21:17 25 4
gpt4 key购买 nike

我正在开发一个网络应用程序。我使用 AngularJS 将所​​有文件动态加载到 UI 中。

我有一个 index.html 文件,所有文件都将在单击或加载时动态加载到其中。

//index.html
<signin button> <signup button> // etc.,
//on-clicking signin button a SignIn-page will load in the below div

<div id="bodyview"></div>
// end of index.html

现在我的登录页面看起来有点像下面的结构

    /*a div where my accordion menu will load when the 
*below submit button is clicked*/

<div id="menu"></div>

//other sign-in-form stuff will follow on...

//submit button at the end
<submit button> //only on clicking the submit button the menu will be loaded

现在我的问题是,虽然我能够加载 Accordion menu.html 文件,但我无法加载它所依赖的 css 和 js 文件。我在 stackoverflow 上进行了研究,但没有一个对我有用。

任何人都可以帮助确定使用 AngularJS 加载 css 和 js 依赖项的方法

最佳答案

只需编写一个服务将 CSS 和 JS 文件添加到 <head>

这里是一个用于动态加载 CSS 文件的示例服务。您可以轻松修改它以加载 JS 文件。

https://github.com/Yappli/angular-css-injector

关于angularjs - Angular JS : Load CSS and JS files dynamically,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17695156/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com