Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 482 Bytes

File metadata and controls

5 lines (4 loc) · 482 Bytes

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.