WARNING: Tried to load angular more than once. when I include JQuery

后端 未结 8 1665
暖寄归人
暖寄归人 2020-12-01 21:58

I am building an yeoman app with an angular-generator.

The js libraries included in my index.html file are:



        
8条回答
  •  天命终不由人
    2020-12-01 22:18

    Yes, I solved my problems by sorting the JS script order in html page.

    When put the angular js script in the first order, this won't happen any more.

    That's very strange.

    Thanks.

提交回复
热议问题