Please help me find where the errors are: the page is not fully rendered + the modal window crash does not work by clicking on the "Check result" button:
var retObj = JSON.parse(localStorage.getItem("object")); var html = $('#test').html(); var content = _.template(html)(retObj); $("body").append(content); https://plnkr.co/edit/3hzJzYxMOJv4YoGjgC7m?p=preview