I have a site that has multiple pages with vastly different data on each page. I would like a way to bind a different view model to each page without having to put javascript into each page.
Should I bind the view model in the load handler of my container div element?
I guess this will work.