2
I implemented a PATCH function to update the data of a resource, but I need to only take the updated data of an already loaded object on the screen to send in the request.
What would be the most efficient way to do this? You can use the $watch or better avoid?