pageboard / client

Web site building system - client packages
MIT License
4 stars 0 forks source link

site.scope.$doc should not be disconnected if it concerns current document #79

Open kapouer opened 4 years ago

kapouer commented 4 years ago

When building the page, scope.$doc should be the document being built. Currently it is not, and the documentElement returned during rendering replaces the empty one that is attached to $doc. After the page is built, likewise, socpe.$doc == document.