I have a template that renders two other templates dashboard/panelOne
and dashboard/panelTwo
. It renders each template but the data is never bound to the controller. I am assuming that renderTemplate is skipping the route to do this. You will notice that if you click on one of the links "Go to Panel One" or "Go to Panel Two" and hit the back button the data is now populated on the dashboard.
I am using EmberJS from Master:
Version: v1.0.0-pre.2-396-gddb0951
Last commit: ddb0951 (2013-01-14 10:16:46 -0800)
How can I get the data into the panel's controllers and populate the data so it shows on the dashboard without having to go into each panel first?