angular.js/docs
Igor Minar 2d489ff936 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:58:39 -07:00
..
content test(coockbook/mvc): disable tic tac toe e2e test 2011-09-02 22:34:07 -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 fix(sample): Fix for jsFiddle integration 2011-08-19 13:29:26 -07:00
src fix(docs): use window.execScript instead of window.eval on IE 2011-09-06 14:58:39 -07:00