return '<span class="nhxj-but" ng-click="callseller1(\''+goodId+'\')"> </span>';有一个点击事件,但是点击没有反应,怎么解决?
学习是最好的投资!
这个你需要自己去$compile下吧,js是dom加载完成去绑定事件的,你动态添加的需要自己手动去做https://checkcheckzz.gitbooks.io/angularjs-learning-notes/content/chapter18/18-5.html
这个你需要自己去$compile下吧,js是dom加载完成去绑定事件的,你动态添加的需要自己手动去做https://checkcheckzz.gitbooks.io/angularjs-learning-notes/content/chapter18/18-5.html