I’m not sure if discuss.emberjs.com is the appropiate place right now to ask documentation questions. Being bold, I’ll ask my question anyway here.
http://emberjs.com/guides/routing/setting-up-a-controller/ currently states:
- “The default setupController hook sets the
modelproperty of the associated controller to the route handler’s model.”
Shouldn’t it instead say:
- “The default setupController hook sets the
contentproperty of the associated controller to the route handler’s model.”