Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Building a MEAN Application Creating and Editing Data in a MEAN App Create and Update Data in Angular

Deano k
PLUS
Deano k
Courses Plus Student 5,872 Points

Todo state

Heya,

When I save a todo the "edited" state only changes after refresh.. is that the normal behavior? it appears from the video that the edited state changes as soon as you save without needing to refresh the page.

Thanks, Maya

1 Answer

Mike Jensen
Mike Jensen
11,718 Points

Try checking your console in the browser as you save todos. I had an error in my dataservice js file which broke execution of the .saveTodos() function call, even though it successfully saved the todos.