SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 86 JavaScript

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.
I
Igor Minar committed
e54909f5efa37cd4013d7f21a77817ea459cde64
Parent: 79f2512