MCPcopy Index your code
hub / github.com/socketstream/socketstream / setHtmlIe8SafeWay

Function setHtmlIe8SafeWay

docs/js/docs.js:17–23  ·  view source on GitHub ↗
(element, html)

Source from the content-addressed store, hash-verified

15 }
16
17 function setHtmlIe8SafeWay(element, html) {
18 var newElement = angular.element('<pre>' + html + '</pre>');
19
20 element.html('');
21 element.append(newElement.contents());
22 return element;
23 }
24
25 return {
26 compile: function(element, attr) {

Callers 1

docs.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected