angular.js/docs
Igor Minar e54909f5ef 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.
2011-09-06 14:57:37 -07:00
..
content test(jsonp): fixing jsonp e2e tests 2011-09-02 16:17:05 -07:00
examples doc(ng:include): improve the doc example to avoid confusion 2011-07-16 22:01:19 -07:00
img images for guide 2011-06-06 23:10:29 -07:00
spec feat(docs): add support for events 2011-08-31 14:30:21 -07:00
src fix(docs): use window.execScript instead of window.eval on IE 2011-09-06 14:57:37 -07:00