I have a project with one file one.html and another file two.html. File one.html works with jquery and is bound to root ("/") and two.html works with angularJS and the route is "/two.html#/partialtemplate".
What can I do to remove "/two.html#" from the route? I don't want this to show in the URL.
I have tried $locationProvider.html5mode(true) but it didn't work because the base URL("/one.html") is already bound to one.html.