skip to Main Content

angularjs 1.3.16 routing with html5mode, url is updating but content not updating – SEO

We are using AngularJS version 1.3.16 and nodeJS as backend, ng-route for angular routing. Working code consists of #! as URL separator for node and angular. Example URLs: /store/1234/#!/department/produce /store/1234/#!/department/produce/category/fruits NodeJS Routing code: app.get('/store/:storeid', ctrl.storeView); Angular routing code: $routeProvider.when('/department/:deptIndex', {…

VIEW QUESTION
Back To Top
Search