We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1.The route is parsed and is handled by the good router
http://localhost/#contact/1
http://localhost/#contact/:id
contactDetailRoute
2.The router creates the the model
contactDetail
ctcId
new ContactDetail({ctcId: id})
3.The router creates the the view
new ContactDetailView({model: contactDetail})
4.The view is injected into one of the application layout