emberjs nested dynamic route segment returning null and unable to update child record
问题 I am trying to implement a comment-feature , to display a list of comments that belongs to a single post. Then click edit and edit any of the selected comments from from all the comments that belong to a single post. Updated jsfiddle . I am able to create a comment that belongs to the selected post as seen in the fiddle above. **However I am unable to updating an existing comment and the comment edit form won't even display any comment. It is always blank and doesn't bind to any existing