aboutsummaryrefslogtreecommitdiffstats
path: root/tmp
diff options
context:
space:
mode:
authorIgor Minar2011-09-06 13:59:27 -0700
committerIgor Minar2011-09-06 14:58:39 -0700
commit2d489ff936391d3d0b7269009c3737794cb80eab (patch)
treed54269d8125ac3082897c45acf4b44dce1dbfa13 /tmp
parentfc5cda2f7296de5cd52a44bd1ced31c46f8a3a34 (diff)
downloadangular.js-2d489ff936391d3d0b7269009c3737794cb80eab.tar.bz2
fix(docs): use window.execScript instead of window.eval on IE
IE's window.eval doesn't execute in the global context, so we have to use window.execScript instead which works like window.eval on normal browsers. However execScript throws an exception when an empty string is passed in, so I created a workaround with a workaround.
Diffstat (limited to 'tmp')
0 files changed, 0 insertions, 0 deletions