Hi I am playing with the new MVC5 SPA template and it seems i am missing something.
When i add a new page that is rendered via a partial that html is rendered no matter what.
Previously in the MVC4 template the Pages constructed of partials had the HTML bound in upon navigation using the KO viewmodel binding. navigation was handled by the generated function "navigateTo<PageName>" which was generated when you added your pages viewmodel.js
I think i might be missing something fundamental witht he interaction of Sammy and KO but i cant see it at the moment.
Can anyone shed some light on it for me please?