0

What could cause a simple link

<a href="../../Test/Home.aspx">Home</a>

once clicked to only change the url visible at the browsers bar, but the rest of the page remain unaltered, and not follow the link?

I am only including Angular here because I am using it in my page, but the link behaves in a similar manner whether I use ng-href or not.

The one thing that I have done in Angular is

app.config(function ($locationProvider) {
    $locationProvider.html5Mode({
        enabled: true,
        requireBase: false
    });
});

But I dont think that it should effect a simple link in that way.

dearn44
  • 3,198
  • 4
  • 30
  • 63

0 Answers0