How to get full html from SPA by ajax? – SEO
I'm trying to get full html generated by SPA done in AngularJS. $.get('http://localhost:3388/' + d.response.path, function (d) { $('#templateContainer').html(d); }); But it's retuning only the basic html structure, not the dynamic html which in SPA is generated by AJAX (I'm…