An open API service indexing awesome lists of open source software.

https://github.com/survi218/angular-resource-handling-errors

RESTful Services and Angular $resource
https://github.com/survi218/angular-resource-handling-errors

angular-resource client-server crud-application json-server restful-api

Last synced: 7 months ago
JSON representation

RESTful Services and Angular $resource

Awesome Lists containing this project

README

          

# angular-resource-handling-errors
-you will be updating the previous exercise to handle errors that might result while accessing the server. Also you will be able to save the user's comments about a dish submitted through the form in dishdetail.html. At the end of this exercise, you will be able to:

- Handle errors caused during communication with a server using Angular $resource
- Submit user's comments about a dish to the server by updating the information on the server.