Heim > Fragen und Antworten > Hauptteil
return '<span class="nhxj-but" ng-click="callseller1(\''+goodId+'\')"> </span>';有一个点击事件,但是点击没有反应,怎么解决?
高洛峰2017-05-15 16:57:29
这个你需要自己去$compile下吧,js是dom加载完成去绑定事件的,你动态添加的需要自己手动去做https://checkcheckzz.gitbooks.io/angularjs-learning-notes/content/chapter18/18-5.html