Exploring the AngularJS documentation, it appears that saving a new object is not as straightforward as expected. The $save
method in $resource
seems to only handle existing objects without any parameters.
Is there a way to properly perform a POST
request for a new object using $resource
?
The information provided in the documentation falls short and leaves much to be desired.