In AngularJS, any inline javascript code that included in HTML templates doesn't work

前端 未结 4 1980
孤城傲影
孤城傲影 2020-11-27 07:46

In AngularJS, any inline javascript code that included in HTML templates doesn\'t work.

For Example:

main.html file:

4条回答
  •  自闭症患者
    2020-11-27 07:52

    Include jQuery and change order of the angular.js and jquery.js. jQuery must be first, otherwise it does not work

提交回复
热议问题