0
I have a page named listDT.php that contains a Datatable (https://www.datatables.net/). I used the Datatable plugin interface to dynamically load the Datatable content. The last column of the table contains only checkboxes. I want these checkboxes to trigger the $Scope.update event that I implemented in the Opcoesctrl controller, but I can’t, nothing is displayed in the browser toolbox console, maybe because the checkboxes are being loaded dynamically, because when I use an element of the page itself listed DT.php as Event Rigger $Scope.updatePedido() my implementation works as expected.
Note: Checkboxes are within the context of the Opcoesctrl controller.
Question: how to use checkboxes to trigger the event in question?
Thank you. Your explanation was very didactic. I will test the "$Compile" and later I will return with the result.
– Godô