在控制器中
this.get('store').createRecord(Emb.Painting, {name: n});
this.get('store').commit();
在模板中
<ul>
{{#each controller}}
<li>
{{name}}
</li>
{{/each}}
在控制器中
this.get('store').createRecord(Emb.Painting, {name: n});
this.get('store').commit();
在模板中
<ul>
{{#each controller}}
<li>
{{name}}
</li>
{{/each}}