Constantine Linnick

Results 4 comments of Constantine Linnick

@melix will this issue be backported to 5.x branch?

Looks like same issue https://github.com/jamesallardice/Placeholders.js/issues/54

Solution by @sjulescu adding this to angular-sanitize.js 1.5.8 seems fix an issue ``` window.cleanInertBodyElement = function() { inertBodyElement = null; }; window.onunload = function() { cleanInertBodyElement(); } ``` Also in...

Closed PR because seizuring onUnload is a bad idea