Skip to content

Instantly share code, notes, and snippets.

@mdang
Created June 15, 2015 20:10
Show Gist options
  • Select an option

  • Save mdang/b9c17753f8d310f9aecc to your computer and use it in GitHub Desktop.

Select an option

Save mdang/b9c17753f8d310f9aecc to your computer and use it in GitHub Desktop.
Complete the Todo Single Page Application

Finishing the Todo Single Page Application

Let's take the starter code we have from class and expand upon it.

  • Create an ajax method to delete todo's
  • Add a loading indicator when an ajax request is being processed and hide it when it's complete
  • Add a success message whenever a todo is created or deleted

BONUS

  • Create an ajax method to edit existing todo's
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment