I'm having trouble with the routing, it's all works fine when I route between pages using
<a href="/someurl">
on the page.
When I input the link directly into the browser with the # like http://localhost/#/someurl
it works fine also.
But if I enter it without the # like http://localhost/someurl
I get Cannot GET /task/2
I'm using the HTML5 mode in angular $locationProvider.html5Mode(true);
The backend is Web API build with MVC4 C# so only routing is controlled with app.js (angular)