How to apply jquery after AngularJS partial template is loaded

后端 未结 7 2378
青春惊慌失措
青春惊慌失措 2020-12-13 10:28

I have a simple website that implements jQuery in order to create a Slider with some images in the Index.html top banner.

Now, I want to use AngularJS

7条回答
  •  无人及你
    2020-12-13 11:05

    I bought a html5 template and tried to integrate with my angularJS web app. I encountered the same issue. I solved it using:

    Put the code below at where you put your code.

    
    

提交回复
热议问题