I have a table where I can insert new rows by opening a dialog window and entering the data. The dialog window contains a child controller called addNewTaskCtrl. Inside this dialog, there is a form that inserts data into the table when the "Add" button is clicked. However, I am facing difficulties connecting the ng-model of the child controller with the parent. Please refer to the DEMO for more information. Pay special attention to the "ADD Task" button.
Additionally, I attempted to insert a new row into the table without using any child controllers. You can view this in action in the following DEMO. Unfortunately, my attempts were not successful. Please see the 'index.html' file for details.
<!DOCTYPE html>
<html>
... (rest of the HTML code) ...
</script>
</body>
</html>