aboutsummaryrefslogtreecommitdiffstats
path: root/perf/DCLvsWindowOnLoad.html
AgeCommit message (Collapse)Author
2013-01-09chore(*): remove obsolete filesIgor Minar
2012-01-10feat(module): new module loaderMisko Hevery
2011-01-10bootstrap angular on "document ready" instead of window.onloadIgor Minar
- use jqLite api to bootstrap angular - when jQuery is present DOMContentLoaded or hacks for IE are used - when jqLite is present DOMContentLoaded is used for modern browsers and IE9 and window.onload is used for other browsers. - test html for comparing DOMContentLoaded with window.onload Closes #224