return '<span class="nhxj-but" ng-click="callseller1('' goodId '')"> </span>';There is a click event, but the click does not respond. What should I do? solve?
You need to $compile this yourself. JS is loaded into the DOM to bind events. You need to do it manually if you add it dynamically https://checkcheckzz.gitbooks.io/angularjs-learning-notes/content/chapter18 /18-5.html
You need to $compile this yourself. JS is loaded into the DOM to bind events. You need to do it manually if you add it dynamically https://checkcheckzz.gitbooks.io/angularjs-learning-notes/content/chapter18 /18-5.html