Basically I'm using Angular UI routes with an app I'm building. The routes work as expected however when I try to use html5Mode as in: $locationProvider.html5Mode(true); and reload a page with a deep link, the style gets broken unless I reload from the base url.
If I reload with $locationProvider.html5Mode(false); the reload works normally.
Am I missing something here?