angular.js/test/ngSanitize
Michał Gołębiowski bf1972dc1e fix(ngSanitize): prefer textContent to innerText to avoid layout trashing
innerText depends on styling as it doesn't display hidden elements.
Therefore, it's better to use textContent not to cause unnecessary
reflows. However, IE<9 don't support textContent so the innerText
fallback is necessary.
2013-12-03 14:45:30 -08:00
..
directive test(ngBindHtml): prevent variable name leak 2013-01-29 13:26:06 -08:00
filter feat(linky): allow optional 'target' argument 2012-11-24 22:21:50 +01:00
sanitizeSpec.js fix(ngSanitize): prefer textContent to innerText to avoid layout trashing 2013-12-03 14:45:30 -08:00