I have a page called DLL.php that contains a DataTable ( link ). I used the DataTable plugin's interface to dynamically load the contents of the DataTable. 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 not, nothing is displayed in the browser toolbox console, perhaps because the checkboxes are loading dynamically, because when I use an element of the page itselfDT.php list as event trigger $ scope.update () my implementation works as expected.
Note: checkboxes are within the context of the OpcoesCtrl controller.
Question: How to use the checkboxes to trigger the event in question?