Currently delving into the world of AngularJS, I've encountered a seemingly trivial problem with no solution in sight.
My issue lies in managing two lists/controllers created by a factory service.
Specifically, I'm facing difficulties removing an object from list 1 and adding it to list 2. Despite successfully passing the object and confirming its presence in the console, it refuses to show up in the second list.
You can find the code for this assignment on my GitHub: https://github.com/alaimoclaudia/assignment2_solution