Angular JS: Load CSS and JS files dynamically

前端 未结 5 1906
孤独总比滥情好
孤独总比滥情好 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:44

    app.controller('MyCtrl', function($scope,$compile) {
        $("#my").append( $compile("
    
                                     
                  
提交回复
热议问题