link to another controller with hot towel and durandal
I am developing an mvc4 app with multiple spa's. I am using the hot towel template for my spa. What I want to do is have a anchor link within my views for a spa go to the index action for another controller, so my users can exit one spa and open another. Not all actions will start a spa some are regular mvc style pages. I have put code like like the following in my spa html pages: <a href="/controller/action">Navigate to another controller</a> This will change the url in the browser but always reloads the default html page for the spa. If I hit the refresh button in the browser then if will go