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
- Host: GitHub
- URL: https://github.com/survi218/angular-resource-handling-errors
- Owner: survi218
- Created: 2017-05-27T22:55:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-28T04:13:49.000Z (over 8 years ago)
- Last Synced: 2025-03-05T21:57:37.038Z (7 months ago)
- Topics: angular-resource, client-server, crud-application, json-server, restful-api
- Language: HTML
- Homepage:
- Size: 16.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.