ng-click event not working
ng-click event not working
shyamdew
Posts: 4Questions: 2Answers: 0
actually, i used row.add() api, in that i have added ng-click event which is not working.
table.row.add(x,'
<
p ng-click = "test()"'+y+'</p>',z).draw()
This discussion has been closed.
Answers
table.row.add(x,'
'+y+'
',z).draw()
"table.row.add(x,'
<a ng-click = "test()">'+y+'</a>',z).draw()"