angular-ui / ui-router

The de-facto solution to flexible routing with nested views in AngularJS
http://ui-router.github.io/
MIT License
13.56k stars 3.01k forks source link

AngularJS v1.3.5 - Page reloads on route change after npm install for latest build. #3853

Closed anshusony12 closed 1 year ago

anshusony12 commented 1 year ago

I am facing an issue with AngularJS version 1.3.5 in my project. After performing an npm install with recent changes, I noticed that whenever there is a route change on my AngularJS page, the page reloads which is not expected since it is single page application. This issue was introduced suddenly after the new build and I'm unable to pinpoint the exact cause.

Expected Behaviour After a route change in the AngularJS application, the page should not reload since it is single page application.

Actual Behaviour The page reloads twice or multiple times on every route change, causing unexpected behaviour and affecting the user experience. The page reloads on every route change, causing unexpected behaviour and affecting the user experience.