Currently, I am facing an issue while attempting to create a table where users can edit each row and save their changes. After pressing save, only some elements in the row are being sent, and I am having trouble with this. Any help or insights on how to resolve this problem would be greatly appreciated.
If you would like to take a look, here is a plunker of my code
Upon observing the console in dev tools, it seems that the $scope.editedEvent object (line 12 in app.js) is containing undefined parameters, except for "name".