Ember Js nested forms
问题 Currently I have a form called a "form A", I've created a number of views for this form, an edit, create and list. I want to be able to create a form called "form B", that will pull through "form A's ID" as a parent ID. To enable me to have a list of all form B under a "form A" (essential a one to many relationship). So at the moment under my list for "form A" I have this link for each item: {{#link-to 'form-a.form-b.listing' form-a.id}} <!--Link to a controller --> <span class="btn btn