Angular JS: Load CSS and JS files dynamically

前端 未结 5 1904
孤独总比滥情好
孤独总比滥情好 2020-12-15 08:20

I am in the middle of developing a web app. I am using AngularJS for loading all the files dynamically into the UI.

I have an index.html file into which

5条回答
  •  一整个雨季
    2020-12-15 08:51

    Instead of going by AngularJS way, i tried to load the files using JQuery. It worked for me. You can check this link for reference

提交回复
热议问题