Skip to content

SurendraVidiyala/angular-resource-handling-errors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.