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

Can we make a GET between HTTPS and HTTP site? – Shopify

I have a site that I hosted in Shopify in HTTPS, then I made a GET via Angular to a HTTP site. Angular <script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <link href="https://fonts.googleapis.com/css?family=Roboto:400,900" rel="stylesheet"> <style type="text/css"> div {…

VIEW QUESTION
Back To Top
Search