joachimhs / Ember.js-in-Action-Source

110 stars 96 forks source link

Code Samples from Chapter 1-2 do not work completely #3

Closed jonkemp closed 10 years ago

jonkemp commented 10 years ago

I tried copying the code samples from the book myself. For the Notes application, I found that it will store the notes and the note name but not the content of the note. As soon as you refresh, the notes are still there but any text stored in the body of the note is gone.

Looking at the console when you update a note, you can see that it is throwing an error every time you click the update button. My guess is that's where the problem is.

I thought maybe it was just me so I downloaded the code samples from Manning's site and confirmed that it has the same problem. Hopefully this will be fixed before publication.

jonkemp commented 10 years ago

I've got the print book and the examples work now. Not sure what the issue was.