joachimhs / Ember.js-in-Action-Source

110 stars 96 forks source link

Chapter 1 Delete note behavior not working as expected? #11

Open gordonbisnor opened 10 years ago

gordonbisnor commented 10 years ago

I'm trying to work through the notes example.

I'm having trouble with the delete note transition if the note being deleted is also the note being viewed.

When I download the example application, it seemed to be doing a transition regardless of what note is currently being viewed.

Then I noticed that if I cancel out of the modal, the note which I tried to delete has now become the selected note.

So is there something broken or misleading going on here?