UNPKG

express-turnout

Version:

Pre-rendering Single-Page-Application for crawlers.

11 lines (10 loc) 267 B
window.expressTurnoutRendered= function(){ if (window.callPhantom == null) { return; } // Wait for angular.$digest setTimeout(function(){ var html= document.documentElement.outerHTML; window.callPhantom('expressTurnoutRendered', html); },0); };