I'm new to AngularJS and I have the following situation:
I have a list of categories and within this list of categories there is a product listing for that category.
Example: Smartphones > Galaxy, iPhone, etc ...
The problem is that I can not save the edition I make of this array of products that are within the array of categories.
I've created a Codepen to better illustrate this.
I understand that $scope.save
is saving the table, not the content, but I have no idea how to save the contents instead of the table.
I would really appreciate your help, thank you in advance.