Homepage Setup :
<ng-view></ng-view>
Angular Routing Configuration :
when('/', {
url: '/',
templateUrl: 'site/home',
controller: 'indexController'
}).
when('/site/help', {
templateUrl: 'site/help',
controller: 'indexController'
}).
Guide Page Details :
Detailed instructions and assistance information
The issue arises when navigating from the homepage to the guide page using the /site/help link, it displays both the guide content and the homepage menu.
However, upon reloading the page, only the guide content is visible without any styles or JavaScript functionalities loaded.