Can anyone throw some light on the initialization sequence when EmberJS router is used http://emberjs.com/guides/outlets/
In this Controller create is not called explicitly, when is the data for each controller fetched from the Rails server. Is it only when the corresponding connectOutlet is invoked ?
If there is any better documentation available ?
