diff options
| author | Michał Gołębiowski | 2013-11-24 21:13:51 +0100 | 
|---|---|---|
| committer | Tobias Bosch | 2013-12-03 14:45:30 -0800 | 
| commit | bf1972dc1e8ffbeaddfa53df1d49bc5a2177f09c (patch) | |
| tree | c9bc7c1886871b38d2fcf78df568fb62a5b839ff /src/Angular.js | |
| parent | 689dfb167924a61aef444ce7587fb987d8080990 (diff) | |
| download | angular.js-bf1972dc1e8ffbeaddfa53df1d49bc5a2177f09c.tar.bz2 | |
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.
Diffstat (limited to 'src/Angular.js')
0 files changed, 0 insertions, 0 deletions
