angular.js/src/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
..
filter fix($sanitize): Use same whitelist mechanism as $compile does. 2013-11-26 14:29:38 -08:00
.jshintrc chore(grunt): add jshint tasks 2013-10-22 15:32:40 -07:00
sanitize.js fix(ngSanitize): prefer textContent to innerText to avoid layout trashing 2013-12-03 14:45:30 -08:00