我在ember.js中遇到以下问题。子Controller取决于父Controller中的选定值以确定其内容。在数据库中,一个child有一个parent_id引用。App.parentsController=Em.ArrayController.create({content:[],selected:null});App.sonsController=Em.ArrayController.create({//thevalueofcontentdependsontheidof//theselecteditemintheparentsControllercontent:[],select