I want to use angular's ui-router (in HTML5 mode) with an IIS/MVC website to support custom segments in the URL. For example:
http://www.example.com/{client}/{location}/dashboard
Update: Doing so more digging it looks like I might be able to accomplish this by setting <base href="/{client}/{location}/" /> Is there a better alternative to this?